From afeebfb37a33eaae0435862b7c08b75ddb35cdd7 Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 26 Dec 2020 13:17:06 -0500 Subject: tried yet another means of making regular vim work with alacritty and wayland, failed --- .vimrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.vimrc b/.vimrc index 3a682ca..c4eaeb0 100644 --- a/.vimrc +++ b/.vimrc @@ -421,8 +421,5 @@ nmap # :%s/### /###/g imap jj vmap r :'<,'>:w !espeak &> /dev/null -nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '', '', 'g')p -xnoremap y:!wl-copy "gv -vnoremap y:!wl-copy "gv - - +xnoremap "+y y:call system("wl-copy", @") +nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '', '', 'g')p -- cgit v1.2.3