Tagged Questions
5
votes
2answers
798 views
How can I set gvim's window width to 80 columns of text, plus the ones needed to show the line number
I use gvim with
set number
in my .vimrc so it shows the linenumber, plus a space, before every line.
If the document has less than 10 lines, this takes 2 columns, If it has more than 10, 3 ...
4
votes
3answers
738 views
How can I automatically adjust the Gvim/MacVim window to the width of my vertical splits?
My overall goal here is simple, but the specifics are complex:
I want to maintain each vertical split in my MacVim window at exactly 115 columns, regardless of how many splits I add.
The story: I’m ...