Use the system clipboard as the default
This commit is contained in:
parent
0282a77685
commit
44d5bfcb75
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -107,8 +107,10 @@ endif
|
|||
if has("gui_running")
|
||||
if has("gui_gtk2")
|
||||
set guifont=Monospace\ Regular\ 10
|
||||
set clipboard=unnamedplus
|
||||
elseif has("gui_win32")
|
||||
set guifont=Consolas:h10:cANSI
|
||||
set clipboard=unnamed
|
||||
endif
|
||||
|
||||
set columns=88
|
||||
|
|
Loading…
Reference in a new issue