vim: remove jk mapping to ESC

This commit is contained in:
Fernando Schauenburg 2021-02-23 17:28:47 +01:00
parent 8fb66ffa6c
commit bc307870ff

View file

@ -155,9 +155,6 @@ let maplocalleader = ","
noremap j gj
noremap k gk
" quickly exit insert mode
inoremap jk <esc>
" retain selection when indenting/unindenting in visual mode
vnoremap > ><cr>gv
vnoremap < <<cr>gv