aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-28 14:05:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-28 14:05:04 +1200
commitba8c3e8b51137438db5d4ed791c2ea1f123b1130 (patch)
tree6a0ee7c59c886aaf3def65281db37674da679f4d /vim
parentBetter prompt bell implementation (diff)
downloaddotfiles-ba8c3e8b51137438db5d4ed791c2ea1f123b1130.tar.gz
dotfiles-ba8c3e8b51137438db5d4ed791c2ea1f123b1130.zip
Should have done this years ago
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 848c9486..5ace5b19 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -48,6 +48,9 @@ else
set nowritebackup
endif
+" Clipboard
+set clipboard=unnamed
+
" Colors
if has("syntax")
syntax enable