diff --git a/vimrc b/vimrc index c33038c..3e057bd 100644 --- a/vimrc +++ b/vimrc @@ -542,3 +542,9 @@ nmap hn (GitGutterNextHunk) nmap hp (GitGutterPrevHunk) autocmd BufWritePre /etc/bind/vpn/db.* Soa + +" Yank into all these at once: +" vim y/p register +" wayland primary +" wayland clipboard +xnoremap y y:call system("wl-copy --trim-newline", @*):call system("wl-copy -p --trim-newline", @*)