Closed mattboehm closed 10 years ago
I'll start working on this in a branch. The initial implementation may just be a global config that toggles whether splits are vertical or horizontal.
The initial implementation is done. I may add follow-on stories if there's a need to use vsplits in one tab and hsplits in another or both simultaneously. Please report any bugs as new issues.
Add a way to limit the number of hsplits.
There are a few ways to do this. From easy to hard:
:AccordionVert
,:AccordionVertDiff
), can run either h or v but not both in the same tabThis could get tricky to implement and touches a lot of code. If you want this, please comment here so I can better gauge how popular of a request this is and prioritize accordingly.