.vimrc: add 'jk' keybinding for exiting insert mode
This commit is contained in:
parent
af89f647d3
commit
3c6fc0b245
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
|
@ -118,6 +118,7 @@ noremap <A-]> :+tabmove<CR>
|
|||
" -- Shortcuts for insert mode
|
||||
" Exit insert mode
|
||||
imap ,, <ESC>
|
||||
imap jk <ESC>
|
||||
inoremap <A-,> <ESC>
|
||||
|
||||
" Quick movement with Alt-h/j/k/l
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue