Use smaller default font for Source Code Pro
This commit is contained in:
parent
a3ac24b8d9
commit
574337470e
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -112,7 +112,7 @@ endif
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
if has("gui_gtk2") || has("gui_gtk3")
|
if has("gui_gtk2") || has("gui_gtk3")
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set guifont=Source\ Code\ Pro\ 11,
|
set guifont=Source\ Code\ Pro\ 10,
|
||||||
\Monospace\ Regular\ 10
|
\Monospace\ Regular\ 10
|
||||||
elseif has("gui_win32")
|
elseif has("gui_win32")
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
|
|
Loading…
Reference in a new issue