mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Tweak ctrl-c in normal mode so it works with change to y
This commit is contained in:
parent
7bb3c32e3b
commit
a3fd39afe6
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@
|
||||||
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> vy
|
||||||
vnoremap <C-c> y
|
vnoremap <C-c> y
|
||||||
nnoremap <C-x> x
|
nnoremap <C-x> x
|
||||||
vnoremap <C-x> x
|
vnoremap <C-x> x
|
||||||
|
|
Loading…
Reference in a new issue