terrychou / iVim

A vim port to iOS.
601 stars 34 forks source link

how to input an accented mark ` in iVim? #138

Closed suliveevil closed 4 years ago

terrychou commented 4 years ago

Do you mean the backtick `?

suliveevil commented 4 years ago

Yes😂 backtick

terrychou commented 4 years ago

iVim does not put the backtick into the default extended keyboard. But you can use :isetekbd to customize your extended keyboard to whatever style you prefer.

suliveevil commented 4 years ago

Great feature!