Hacker News new | ask | show | jobs
by Touche 4341 days ago
What is jk?
2 comments

Just key 'j' followed by 'k'. I have this in my vimrc for quickly jumping out of insert mode: inoremap jk <ESC>
To each his own. I'm very fluid with my esc key hitting. I find it to be a very satisfying motion.
imap jk <Esc> In insert mode. First press j, in the same second press k.