From 7140d01a45aa4f725da6a21b854728195584d8ec Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 3 Aug 2018 20:10:54 +1200 Subject: Tidy mapping definition for \< --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 44ed6b02..a84e7630 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -307,8 +307,8 @@ nnoremap + :call vimrc#Anchor('1GgqG') " \. runs the configured make program into the location list nnoremap . :lmake! -" \< and \> adjusts indent of last edit; good for pasting -nnoremap < :'[,']< +" \< and \> adjust indent of last edit; good for pasting +nnoremap :'[,'] nnoremap > :'[,']> " \/ types :vimgrep for me ready to enter a search pattern -- cgit v1.2.3