Thursday, July 23, 2009

Set initial size of GVim window

Add the following to your .vimrc to set the initial window size when starting GVim. if has("gui_running")
  set lines=60 columns=120
endif
To maximise the window use lines=99999 columns=99999.

No comments:

Post a Comment