Tweaked ctrl-v to use P so it pastes back the same as it copied

This commit is contained in:
Kevin 2014-04-30 10:19:33 -04:00
parent 7999fec61d
commit a60fc3fe85

View file

@ -550,7 +550,7 @@
vnoremap <Leader>d "_d
"map copy/paste shortcuts to more typical ones
nnoremap <C-v> p
nnoremap <C-v> P
xmap <C-v> <Plug>ReplaceWithRegisterVisual
inoremap <C-v> <C-O>p
nnoremap <C-c> y