From 6fbe95b15a2e6213ec2e213ed585dd4d70906249 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Fri, 24 Jun 2022 21:24:52 +0100 Subject: [PATCH] try to fix --- executable_dot_vimrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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