From 3bdc98f36795ebd6e83a3bf0cf52c3f24fb18262 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 27 May 2015 22:28:11 -0400 Subject: [PATCH] [vim] use the system clipboard use the + register (X Window clipboard) needs the gvim package on arch to work (requires +xterm_clipboard) --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1