diff --git a/executable_dot_vimrc b/executable_dot_vimrc index 7bc5442..26afb46 100644 --- a/executable_dot_vimrc +++ b/executable_dot_vimrc @@ -55,7 +55,7 @@ vmap "+y 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", @") +xnoremap "+c c:call system("wl-copy", @")d vmap "+c "map "+gP