Use Monoid font
This commit is contained in:
parent
525817e953
commit
3cb18c9552
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -44,9 +44,9 @@ silent! syntax on
|
||||||
|
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
if has("gui_gtk2")
|
if has("gui_gtk2")
|
||||||
set guifont=Monospace\ 10
|
set guifont=Monoid\ 9
|
||||||
elseif has("gui_win32")
|
elseif has("gui_win32")
|
||||||
set guifont=Consolas:h10:cANSI
|
set guifont=Monoid:h9:cANSI
|
||||||
endif
|
endif
|
||||||
|
|
||||||
set columns=88
|
set columns=88
|
||||||
|
|
Loading…
Reference in a new issue