try to fix
This commit is contained in:
parent
8fb999f8d3
commit
6fbe95b15a
1 changed files with 4 additions and 5 deletions
|
@ -52,10 +52,9 @@ vmap <C-c> "+y
|
||||||
"nmap <C-c> v<CR>"+y
|
"nmap <C-c> v<CR>"+y
|
||||||
|
|
||||||
" support wayland
|
" support wayland
|
||||||
xnoremap "+y y:call system("wl-copy", @")<cr>
|
" 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"), '<C-v><C-m>', '', 'g')<cr>p
|
||||||
nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '<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>d<cr>
|
|
||||||
|
|
||||||
vmap <C-x> "+c
|
vmap <C-x> "+c
|
||||||
"map <C-v> "+gP
|
"map <C-v> "+gP
|
||||||
|
|
Loading…
Reference in a new issue