Home » Questions » Computers [ Ask a new question ]

How do you set the default window size in MacVim?

How do you set the default window size in MacVim?

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?

Asked by: Guest | Views: 458
Total answers/comments: 2
bert [Entry]

"try setting the following line in ~/.gvimrc

set lines=50 columns=90"
bert [Entry]

"Like Gren said, but for the command line. On my Mac the --geometry argument is not supported

alias gv='mvim -c ""set lines=50 columns=98"" -p'"