Skip to content

Commit

Permalink
map jj to esc
Browse files Browse the repository at this point in the history
  • Loading branch information
fcsonline committed Oct 26, 2020
1 parent 0291c00 commit 28513ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -234,6 +234,10 @@ set viminfo='10,\"100,:20,%,n~/.viminfo
\ | exe "normal! g`\""
\ | endif

" Go to Normal mode fast
inoremap jj <ESC>
inoremap <ESC> <NOP>
" Ultisnips
let g:UltiSnipsSnippetDirectories = [$HOME.'/.vim/ultisnips']
let g:UltiSnipsEditSplit = 'vertical'
Expand Down

0 comments on commit 28513ed

Please sign in to comment.