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
Active
Viewed 7,907 times
3 Answers
0
I tried the full set lines=## columns=## but it did not work.
What I found is that using two set commands, one for each option, did work:
set lines=##
set columns=##
Bob McGowan
- 9
- 1
-
In what way did it "not work" ? For me, this worked just fine in one line - used in the .gvimrc. Your's might work, too, but I dont see why the other thing should not. Maybe it ahoiuld be rather a comment than an own solution... – Henning Aug 10 '17 at 15:22
0
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'
FDS
- 101
- 1