|
|
|
|
|
by rushi_agrawal
2359 days ago
|
|
Didn't see a mention of a very fast way of exiting Vim, so sharing: 'The iTerm way': map cmd-l to send a hex code '0x6A 0x6B 0x3A 0x71 0x0D' (translates to jk:q<enter>, where jk is my Vim binding to get out of insert mode) For me, just like any other touch typer, left thumb is always on cmd and right ring finger is always on 'l' key, so this arrangement takes least amount of time for me to quit Vim. |
|