Make the font larger and more readable
This commit is contained in:
parent
6e5577dd0c
commit
76d2f4dc01
1 changed files with 3 additions and 2 deletions
5
vimrc
5
vimrc
|
@ -122,8 +122,9 @@ 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=Liberation\ Mono\ 9,
|
set guifont=Fira\ Code\ Regular\ 11,
|
||||||
\Monospace\ Regular\ 9
|
\Liberation\ Mono\ 11,
|
||||||
|
\Monospace\ Regular\ 11
|
||||||
elseif has("gui_win32")
|
elseif has("gui_win32")
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
set guifont=Source_Code_Pro:h9:cANSI:qDRAFT,
|
set guifont=Source_Code_Pro:h9:cANSI:qDRAFT,
|
||||||
|
|
Loading…
Reference in a new issue