vim: remove jk mapping to ESC
This commit is contained in:
parent
8fb66ffa6c
commit
bc307870ff
1 changed files with 0 additions and 3 deletions
|
@ -155,9 +155,6 @@ let maplocalleader = ","
|
||||||
noremap j gj
|
noremap j gj
|
||||||
noremap k gk
|
noremap k gk
|
||||||
|
|
||||||
" quickly exit insert mode
|
|
||||||
inoremap jk <esc>
|
|
||||||
|
|
||||||
" retain selection when indenting/unindenting in visual mode
|
" retain selection when indenting/unindenting in visual mode
|
||||||
vnoremap > ><cr>gv
|
vnoremap > ><cr>gv
|
||||||
vnoremap < <<cr>gv
|
vnoremap < <<cr>gv
|
||||||
|
|
Loading…
Add table
Reference in a new issue