Use the system clipboard as the default

This commit is contained in:
Anthony Rose 2017-04-07 08:36:05 +01:00
parent 0282a77685
commit 44d5bfcb75

2
vimrc
View file

@ -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