Compare commits
No commits in common. "6fbe95b15a2e6213ec2e213ed585dd4d70906249" and "bed19276a11f86ed0f18a029a46287a9e44ad217" have entirely different histories.
6fbe95b15a
...
bed19276a1
1 changed files with 5 additions and 4 deletions
|
@ -51,10 +51,11 @@ vmap <C-c> "+y
|
||||||
"imap <C-c> <ESC>v<CR>"+y
|
"imap <C-c> <ESC>v<CR>"+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>
|
||||||
|
|
||||||
vmap <C-x> "+c
|
vmap <C-x> "+c
|
||||||
"map <C-v> "+gP
|
"map <C-v> "+gP
|
||||||
|
|
Loading…
Reference in a new issue