From 229a587bdc3d51274b9a45187d2b1de7f37863a2 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 26 Mar 2015 12:39:57 -0400 Subject: [PATCH] Take up the whole display when opening graphically. --- gvimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gvimrc b/gvimrc index a7f0a7b..24065f9 100644 --- a/gvimrc +++ b/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