The Vi editor was originally written on an ADM-3A terminal, which had the Escape key in place of the Tab key (compared to most modern keyboards). Many touch typists appreciate the fact that they can leave their hands on the keyboard home row while using Vim but the use of Esc makes it compulsory to leave the hands to press Esc. I am currently learning vim. Should remap Esc to somewhere else ? What is the most common remap for this case ? or should i leave the idea of remapping esc and continue using it ? What do pro users of vim do ?
|
|
I have mapped Escape to otherwise unused Caps Lock. This is a common method to streamline vim's usage. This article has some alternative solutions, too. The same article links to tweaks to make the Escape-Capslock switch system-wide if you prefer. |
|||||||||||||||||
|
|
An alternative for the esc key is CTRL+[ combination. I use this shortcut all the time instead of Esc. Also I remapped my caps lock key to Ctrl, that way it is even easier to type. |
|||||||||||||||||
|
|
I have the key sequence You might ask, so what happens when you come across a word with I highly recommend Other variations of the same idea are |
|||||||
|
|
|
|||
|
|
|
I use Menu key instead of escape. Details are here: How to map Menu key ("Application key") to Escape key in vim? |
|||
|
|
|
I mapped mine with |
|||
|
|
|
I remap Esc to Caps systemwide. In Linux:Create a file ".Xmodmap" in your home directory, with the following content:
In Mac:Download a program called "KeyRemap4MacBook" and remap tab to Esc. Using other people's computer becomes a pain in the ass though. I'm such an environment tweaker that I look like my grandma on a standard setup :/ |
|||
|
|
|
I rebinded capslock to control and right control to escape key, so pressing escape is just fine now. |
|||
|
|
Others like to map 'jk', or 'leader-j'. I don't use hjkl nearly as much as I should. |
|||
|
|
|
I have personally remapped
|
|||
|
|
|
I've remapped it to my right ⌘ (mac keyboard) because it works always no matter what mode you're in or application. |
|||
|
|