diff --git a/vimrc b/vimrc index b14a814..8c032c3 100644 --- a/vimrc +++ b/vimrc @@ -550,6 +550,7 @@ map o :set number! number? " Spell checking map j :exec &spell==&spell? "se spell! spelllang=en_us" : "se spell!" map = z= +" NOTE: you can add a new word to the dict with `zg` " Clear the search buffer (highlighting) when hitting return function! MapCR()