The default window size appears to be 24x80 but I'd prefer to set it so new windows appear in the size 50x90. Is there a way to set this default?

link|improve this question
feedback

1 Answer

up vote 11 down vote accepted

try setting the following line in ~/.gvimrc

set lines=50 columns=90

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.