summaryrefslogtreecommitdiffstats
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index ff5a063..8fb0035 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -32,7 +32,7 @@ colorscheme gotham
" Make Vim more useful
set nocompatible
" Use the OS clipboard by default (on versions compiled with `+clipboard`)
-set clipboard=unnamed
+set clipboard=unnamedplus
" Enhance command-line completion
set wildmenu
" Allow cursor keys in insert mode