fix clipboard issues with urxvt, also sync primary and clipboard

This commit is contained in:
Thomas Ruoff
2017-01-25 23:09:40 +01:00
parent 4ea86a2923
commit b686402c6c
3 changed files with 7 additions and 7 deletions

7
vimrc
View File

@@ -88,12 +88,7 @@ let g:netrw_liststyle=3 " Use tree style directory listing.
set background=dark
set path+=**
" Writes to the unnamed register also writes to the * and + registers. This
" makes it easy to interact with the system clipboard
set clipboard^=unnamed
if has ('unnamedplus')
set clipboard^=unnamedplus
endif
set clipboard^=unnamedplus
" }}}