[vim] use 'kj' to exit insert mode
This commit is contained in:
parent
0cb5ea41ac
commit
4d5b7cf2e3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue