tweag / promptworks.vim

PromptWorks vim configs as a self-bootstrapping vundle setup
2 stars 1 forks source link

Remove jk/kj as Esc sequences #22

Closed di closed 8 years ago

di commented 8 years ago

This is sometimes annoying to people who don't use it as vim will wait upon a j or k keypress before actually inserting the character.

Folks who like this should add this to their .vimrc.local. Here for copypastability:

" remap jk and kj to escape in insert mode
inoremap jk <Esc>
inoremap kj <Esc>
nicholaides commented 8 years ago

@elowing Merged this. If you still want to use it, add it to your .vimrc.local