From 3066195b9b9cc6bc10edb0d7bd0188e26fce8e0e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 14 May 2015 13:49:59 +0200 Subject: vim: Don't yank to clipboard by default anymore --- vim/vimrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 38296d4..ec1a39f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -78,9 +78,6 @@ set noexpandtab " Automatically hide buffers instead of requiring bangcommands set hidden -" Yank to clipboard/selection by default -set clipboard=unnamed,unnamedplus - " Easier window moving map h map j -- cgit v1.2.3-54-g00ecf