diff --git a/init.vim b/init.vim index a9d9496..89f8219 100644 --- a/init.vim +++ b/init.vim @@ -316,15 +316,6 @@ nnoremap cs :let @/="" nnoremap : :setlocal number: nnoremap rc :so $MYVIMRC nnoremap nh (&hls && v:hlsearch ? ':nohls' : ':set hls')."\n" -nnoremap sl :set invlist -nnoremap aa A -nnoremap a2 A -nnoremap ab AB -nnoremap co :!clear; -nnoremap ;; A; -nnoremap ;j jA; -nnoremap ,, A, -nnoremap ,j jA, " Focus on current fold, close the rest nnoremap zz zMzvzt " replace current word with last yanked/deleted text @@ -396,6 +387,7 @@ inoremap jjrg :reg inoremap :w :w inoremap [:w :w inoremap {:w :w +inoremap ''; ''; "}}} " working_with_underscores{{{