mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
fix clipboard issues with urxvt, also sync primary and clipboard
This commit is contained in:
7
vimrc
7
vimrc
@@ -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
|
||||
|
||||
" }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user