Comment on Learn Vim ProgressivelyparentComments−billybob15yVery nice!For those wondering how to do this, you can try it out with:imap jk <esc>(imap means "use this mapping when I'm in insert mode".)If you like it, add everything but the : to your .vimrc−masterj15yI find kj easier to type, since it's an outward muscle movement.Warning: If you do this you will wind up typing those characters by memory nearly everywhere.kj
Comments
Very nice!
For those wondering how to do this, you can try it out with
:imap jk <esc>
(imap means "use this mapping when I'm in insert mode".)
If you like it, add everything but the : to your .vimrc
I find kj easier to type, since it's an outward muscle movement.
Warning: If you do this you will wind up typing those characters by memory nearly everywhere.kj