Set Vim's yank buffer to the system clipboard
This commit is contained in:
parent
26e83ce792
commit
dd7cb146ae
4
.vimrc
4
.vimrc
|
@ -50,6 +50,10 @@ set mouse=a
|
||||||
" Always use vertical diffs
|
" Always use vertical diffs
|
||||||
set diffopt+=vertical
|
set diffopt+=vertical
|
||||||
|
|
||||||
|
" Adds unnamed to existing values
|
||||||
|
" Yank buffer uses system clipboard
|
||||||
|
:set clipboard^=unnamed
|
||||||
|
|
||||||
" Syntax highlighting
|
" Syntax highlighting
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue