Make the default Linux font smaller
This commit is contained in:
parent
a317029ca9
commit
5433200f91
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -170,7 +170,7 @@ endif
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
if has("gui_gtk")
|
if has("gui_gtk")
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set guifont=Monospace\ 11
|
set guifont=Monospace\ 10
|
||||||
elseif has("gui_win32")
|
elseif has("gui_win32")
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
set guifont=Consolas:h10:cANSI
|
set guifont=Consolas:h10:cANSI
|
||||||
|
|
Loading…
Reference in a new issue