From 2ffcac654c5747830c7cadb586170e6accce9d9b Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Tue, 13 Jun 2017 12:10:24 -0400 Subject: [PATCH] Add a comment --- vimrc | 1 + 1 file changed, 1 insertion(+) 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()