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 lines=60
|
||||
set columns=200
|
||||
" from the help, recommended for tallest possible
|
||||
set lines=9999
|
||||
" from the help, recommended for widest possible
|
||||
set columns=9999
|
||||
colorscheme desert
|
||||
|
|
Loading…
Reference in a new issue