test
This commit is contained in:
parent
bed19276a1
commit
8fb999f8d3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ vmap <C-c> "+y
|
|||
xnoremap "+y y:call system("wl-copy", @")<cr>
|
||||
nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '<C-v><C-m>', '', 'g')<cr>p
|
||||
nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '<C-v><C-m>', '', 'g')<cr>p
|
||||
xnoremap "+c c:call system("wl-copy", @")<cr>
|
||||
xnoremap "+c c:call system("wl-copy", @")<cr>d<cr>
|
||||
|
||||
vmap <C-x> "+c
|
||||
"map <C-v> "+gP
|
||||
|
|
Loading…
Reference in a new issue