Revert setting Vim's yank buffer to the system clipboard. Deletes are adding the clipboard.
This commit is contained in:
parent
dd7cb146ae
commit
dac7239ed1
4
.vimrc
4
.vimrc
|
@ -50,10 +50,6 @@ set mouse=a
|
||||||
" Always use vertical diffs
|
" Always use vertical diffs
|
||||||
set diffopt+=vertical
|
set diffopt+=vertical
|
||||||
|
|
||||||
" Adds unnamed to existing values
|
|
||||||
" Yank buffer uses system clipboard
|
|
||||||
:set clipboard^=unnamed
|
|
||||||
|
|
||||||
" Syntax highlighting
|
" Syntax highlighting
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue