mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Tweaked ctrl-v to use P so it pastes back the same as it copied
This commit is contained in:
parent
7999fec61d
commit
a60fc3fe85
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@
|
||||||
vnoremap <Leader>d "_d
|
vnoremap <Leader>d "_d
|
||||||
|
|
||||||
"map copy/paste shortcuts to more typical ones
|
"map copy/paste shortcuts to more typical ones
|
||||||
nnoremap <C-v> p
|
nnoremap <C-v> P
|
||||||
xmap <C-v> <Plug>ReplaceWithRegisterVisual
|
xmap <C-v> <Plug>ReplaceWithRegisterVisual
|
||||||
inoremap <C-v> <C-O>p
|
inoremap <C-v> <C-O>p
|
||||||
nnoremap <C-c> y
|
nnoremap <C-c> y
|
||||||
|
|
Loading…
Reference in a new issue