Make gvim wider and shorter

This commit is contained in:
Anthony Rose 2019-09-21 16:03:21 +01:00
parent 08f01ec164
commit 5dc8c67a97

4
vimrc
View file

@ -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")