diff --git a/vimrc b/vimrc index 4d9d2a2..66f28a5 100644 --- a/vimrc +++ b/vimrc @@ -297,9 +297,9 @@ noremap 2 " endif " Re-source and edit vimrc, respectively -nnoremap ,u :source =vimrc -" nnoremap ,v :edit =vimrc -nnoremap ,v :vsplit $MYVIMRC +nnoremap ,u :source $MYVIMRC +nnoremap ,v :edit $MYVIMRC +" nnoremap ,v :vsplit $MYVIMRC nn ,s :mks! Session.vim @@ -571,6 +571,8 @@ endif " and indent and unindent code nmap :> vmap :> +nmap :< +vmap :< nnoremap f :Ag =expand("") " these "Ctrl mappings" work well when Caps Lock is mapped to Ctrl