From af945023184487d496904f54b3a4999a72ce099c Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 29 Nov 2015 16:24:53 -0500 Subject: [PATCH] Disable clipboard to vim buffer --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 3b291c3..e10ca25 100644 --- a/vimrc +++ b/vimrc @@ -51,7 +51,7 @@ set laststatus=2 set showmatch set incsearch set dictionary+=/usr/share/dict/words -set clipboard=unnamed " yank and paste with the system clipboard +"set clipboard=unnamed " yank and paste with the system clipboard set number set hlsearch " make searches case-sensitive only if they contain upper-case characters