projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe8d2ea
)
[vim] use the system clipboard
author
Amin Bandali
<me@aminb.org>
Thu, 28 May 2015 02:28:11 +0000
(22:28 -0400)
committer
Amin 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
patch
|
blob
|
blame
|
history
diff --git
a/vim/.vimrc
b/vim/.vimrc
index
ff5a063
..
8fb0035
100644
(file)
--- 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=unnamed
plus
" Enhance command-line completion
set wildmenu
" Allow cursor keys in insert mode