diff --git a/executable_dot_vimrc b/executable_dot_vimrc index 26afb46..ff64e2c 100644 --- a/executable_dot_vimrc +++ b/executable_dot_vimrc @@ -51,11 +51,10 @@ vmap "+y "imap v"+y "nmap v"+y -"support wayland -xnoremap "+y y:call system("wl-copy", @") -nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '', '', 'g')p -nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '', '', 'g')p -xnoremap "+c c:call system("wl-copy", @")d +" support wayland +" xnoremap "+y y:call system("wl-copy", @") +" nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '', '', 'g')p +" nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '', '', 'g')p vmap "+c "map "+gP