Take up the whole display when opening graphically.
This commit is contained in:
parent
f9f5123b97
commit
229a587bdc
1 changed files with 4 additions and 2 deletions
6
gvimrc
6
gvimrc
|
@ -1,4 +1,6 @@
|
||||||
set guifont=Monaco:h14
|
set guifont=Monaco:h14
|
||||||
set lines=60
|
" from the help, recommended for tallest possible
|
||||||
set columns=200
|
set lines=9999
|
||||||
|
" from the help, recommended for widest possible
|
||||||
|
set columns=9999
|
||||||
colorscheme desert
|
colorscheme desert
|
||||||
|
|
Loading…
Reference in a new issue