Revert setting Vim's yank buffer to the system clipboard. Deletes are adding the clipboard.

This commit is contained in:
Scott Wallace 2015-06-20 11:41:26 +01:00
parent dd7cb146ae
commit dac7239ed1

4
.vimrc
View file

@ -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