|
|
|
|
|
by fsavard
3024 days ago
|
|
I too hated the need to press <Esc> all the time when I started with vi. It sounded as bad for wrists as the Ctrl key for Emacs. The trick I've found (I don't remember where) and used ever since is to map the "kj" sequence to <Esc>, since it's otherwise unlikely in normal text. It's just a simple instruction in the vim config: :imap kj <Esc> That foot pedal is a cute project though. |
|