applidium / Vim

Port of the Vim text editor to the iOS
https://applidium.com/en
533 stars 100 forks source link

Change Esc key from \ to ` by default #24

Closed joebologna closed 6 years ago

joebologna commented 11 years ago

Using \ as the default Esc key makes it pretty hard to write code. I suspect a lot of people have a bluetooth keyboard, on the logitech keyboard in the US the grave key is just below the Esc key. Grave not used much in coding or even writing documents, it seems to me, changing the default vimrc file to map the grave key to Esc would make usability much better.

Yes, the user can create a .vimrc file to do this. It would just be nice to have this mapping by default.

broomdodger commented 11 years ago

'{a-z} `{a-z} Jump to the mark {a-z} in the current buffer.

I use ` orm to jump to a mark, all the time.

` is especially useful because it jumps to the mark WITHIN the line not just to the beginning of the line.

I would like to see a gesture for escape, you know, like swipe left or...

Bill

mars0i commented 9 years ago

is also important in markdown, which is commonly used on sites such as ...github`.

nicolasbraun commented 6 years ago

We agree with the above comments. The idea of a gesture to Esc is pretty nice, I will add it to the backlog

nicolasbraun commented 6 years ago

@broomdodger what would be the best gesture for you ?

Note: we will leave the mapping to \ if you are using and external keyboard