From 26370a0dc218a0ddd0a5583d964b7eef5a89997b Mon Sep 17 00:00:00 2001 From: rayelliott Date: Sat, 16 May 2020 14:12:33 +0000 Subject: [PATCH] remove unused entries, add ''; --- init.vim | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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{{{