From dac7239ed11ea5daef815210b18f9a7092a9c627 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sat, 20 Jun 2015 11:41:26 +0100 Subject: [PATCH] Revert setting Vim's yank buffer to the system clipboard. Deletes are adding the clipboard. --- .vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.vimrc b/.vimrc index 0b7e12e..3f187d0 100644 --- a/.vimrc +++ b/.vimrc @@ -50,10 +50,6 @@ set mouse=a " Always use vertical diffs set diffopt+=vertical -" Adds unnamed to existing values -" Yank buffer uses system clipboard -:set clipboard^=unnamed - " Syntax highlighting syntax on