From 436b061f17743642e61b719fef04ffc6b4ecb7f4 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sun, 26 Feb 2017 01:43:37 +0100 Subject: [PATCH] vim is now using x11 clipboard which makes copying between vim sessions possible --- vim/rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/rc b/vim/rc index a30489d..bdb0ed7 100644 --- a/vim/rc +++ b/vim/rc @@ -150,3 +150,6 @@ endpython return "echo ''" endfunction endif + +" use x11 primary selection for yanking (yes, "unnamed" is the key for that..) +set clipboard=unnamed