Make gvim wider and shorter
This commit is contained in:
parent
08f01ec164
commit
5dc8c67a97
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -133,10 +133,10 @@ if has("gui_running")
|
||||||
set guifont=Consolas:h10:cANSI
|
set guifont=Consolas:h10:cANSI
|
||||||
endif
|
endif
|
||||||
set background=light
|
set background=light
|
||||||
set columns=88
|
set columns=90
|
||||||
set guioptions+=cm
|
set guioptions+=cm
|
||||||
set guioptions-=T
|
set guioptions-=T
|
||||||
set lines=40
|
set lines=30
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has("patch-7.3.541")
|
if has("patch-7.3.541")
|
||||||
|
|
Loading…
Reference in a new issue