When I right click on a file and open it in Vim, the default window size is too small. How can I change the settings so that the default window size is bigger?
I'm running Vim 7.3.46 in Windows 7.
|
|
|
You can set the
I don't recommend you do this in your vimrc, because setting those options in console Vim can have odd effects, if it works at all; the gvimrc is only loaded when gVim is started. |
|||
|
|
This page suggests adding the following to _vimrc for avoiding problems with console Vim:
Also, this SO question looks at how to remember the previous session's window size. |
|||
|
|