Adds comment

This commit is contained in:
Jonathan Hodgson 2019-04-17 11:16:37 +01:00
parent 19f2264139
commit 8b01233089

1
.vimrc
View file

@ -414,6 +414,7 @@ nnoremap <S-Enter> O<Esc>
" Make jj in insert mode go to normal mode
inoremap jj <Esc>
" Fix previous spelling mistake
inoremap <C-l> <c-g>u<Esc>[s1z=`]a<c-g>u
" Set double space in insert mode to go to next mark and enter insert mode