aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-14 13:49:59 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-14 13:49:59 +0200
commit3066195b9b9cc6bc10edb0d7bd0188e26fce8e0e (patch)
tree8fdbd4091430c5041a0a799eb0a9181a00b24ddd /vim
parent1fa14cd66f51f9974faf553106aa681b1f07a8b6 (diff)
downloaddotfiles-3066195b9b9cc6bc10edb0d7bd0188e26fce8e0e.tar.xz
vim: Don't yank to clipboard by default anymore
Diffstat (limited to 'vim')
-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