summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-05-27 22:28:11 -0400
committerAmin Bandali <me@aminb.org>2015-05-27 22:28:11 -0400
commit3bdc98f36795ebd6e83a3bf0cf52c3f24fb18262 (patch)
tree831ee20fb46c2483aecad4b6ec8a56b533957473 /vim
parentfe8d2ea9bac29fb274c76a4ff1514a08c9ecbf32 (diff)
downloadconfigs-3bdc98f36795ebd6e83a3bf0cf52c3f24fb18262.tar.gz
configs-3bdc98f36795ebd6e83a3bf0cf52c3f24fb18262.tar.xz
configs-3bdc98f36795ebd6e83a3bf0cf52c3f24fb18262.zip
[vim] use the system clipboard
use the + register (X Window clipboard) needs the gvim package on arch to work (requires +xterm_clipboard)
Diffstat (limited to '')
-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