Y
Hacker News
new
|
ask
|
show
|
jobs
by
NoodleIncident
4697 days ago
I aliased jk to ESC. Can that be added in?
2 comments
yogo
4697 days ago
Out of habit I used
jj
to escape. A touch of inoremap would help this game :)
link
andrv
4697 days ago
did this recently and it's been very useful. if anyone's interested ('kj' is faster for me), add to ~/.vimrc:
inoremap kj <ESC>
link