[vim] use the system clipboard
authorAmin Bandali <me@aminb.org>
Thu, 28 May 2015 02:28:11 +0000 (22:28 -0400)
committerAmin Bandali <me@aminb.org>
Thu, 28 May 2015 02:28:11 +0000 (22:28 -0400)
use the + register (X Window clipboard)
needs the gvim package on arch to work
(requires +xterm_clipboard)

vim/.vimrc

index ff5a063..8fb0035 100644 (file)
@@ -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