From ae6952c2d9c9db979dc30358cbd82d625b39808d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 23 Jun 2018 11:08:48 +1200 Subject: Reorder .vimrc mappings --- vim/vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index fad38b7a..4cf4b695 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -175,15 +175,15 @@ if has('windows') endif -" Rebind insert Ctrl-C to undo the current insert operation -inoremap u - " Rebind normal to scroll down a page nnoremap " Rebind normal & to preserve substitution flags nnoremap & :&& +" Stack insert Ctrl-C to undo the escaped insert operation +inoremap u + " Stack normal Ctrl-L to clear search highlighting before redraw nnoremap :nohlsearch @@ -193,7 +193,7 @@ nnoremap ]a :next " Cycle through buffers nnoremap [b :bprevious nnoremap ]b :bnext -" Cycle through quicklist items (more often :helpgrep results) +" Cycle through quicklist/:helpgrep items nnoremap [c :cprevious nnoremap ]c :cnext " Cycle through location list items -- cgit v1.2.3