aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
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