[vim] use 'kj' to exit insert mode

This commit is contained in:
Fernando Schauenburg 2019-02-17 02:00:26 +01:00
parent 0cb5ea41ac
commit 4d5b7cf2e3

View file

@ -173,6 +173,7 @@ set nocompatible
" quickly exit insert mode
inoremap jk <esc>
inoremap kj <esc>
" retain selection when indenting/unindenting in visual mode
vnoremap > ><cr>gv