vim is now using x11 clipboard which makes copying between vim sessions possible

This commit is contained in:
Sheppy
2017-02-26 01:43:37 +01:00
parent 949c75ad12
commit 436b061f17

3
vim/rc
View File

@@ -150,3 +150,6 @@ endpython
return "echo ''" return "echo ''"
endfunction endfunction
endif endif
" use x11 primary selection for yanking (yes, "unnamed" is the key for that..)
set clipboard=unnamed