diff --git a/vimrc b/vimrc index 42e428f..4246279 100644 --- a/vimrc +++ b/vimrc @@ -199,14 +199,6 @@ nnoremap ev :e $MYVIMRC "" cheetsheet nnoremap ec :e ~/.vim/cheetsheet.md -"" turn on spell checking -noremap spl :setlocal spell! -"" spell checking shortcuts -noremap sn ]s -noremap sp [s -noremap sa zg -noremap s? z= - "" toggle states nnoremap pp :set invpaste