After setting up some splits/vsplits and resizing gvim or the console running vim, splitter positions are not updated. Is there a way to force updating splitter positions (by retaining them in the same relative position, say split at 50% of the current view)?
Asked
Active
Viewed 7,446 times
1 Answers
48
CTRL+W is all things splits:
CTRL+W,+- enlarges the current split panelCTRL+W,-- shrinks the current split panelCTRL+W,=- evens the split panels sizeCTRL+W,CTRL+W- moves the focus to the next split panel
I believe you're looking for CTRL+W,=
Cyber Oliveira
- 676