Add a comment

This commit is contained in:
Michael Campagnaro 2017-06-13 12:10:24 -04:00
parent eb9c12b09f
commit 2ffcac654c

1
vimrc
View File

@ -550,6 +550,7 @@ map <leader>o :set number! number?<cr>
" Spell checking " Spell checking
map <leader>j :exec &spell==&spell? "se spell! spelllang=en_us" : "se spell!"<cr> map <leader>j :exec &spell==&spell? "se spell! spelllang=en_us" : "se spell!"<cr>
map <leader>= z= map <leader>= z=
" NOTE: you can add a new word to the dict with `zg`
" Clear the search buffer (highlighting) when hitting return " Clear the search buffer (highlighting) when hitting return
function! MapCR() function! MapCR()