VIM: Adds jj mapping for escapeing insert mode
This commit is contained in:
parent
3424880833
commit
40e3ec0081
1 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,6 @@ nnoremap : ;
|
|||
" Swaps semi colon to colon in visual mode
|
||||
vnoremap ; :
|
||||
vnoremap : ;
|
||||
|
||||
" Make jj in insert mode go to normal mode
|
||||
inoremap jj <Esc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue