aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
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 <C-h> <C-w>h
map <C-j> <C-w>j