mattboehm / vim-accordion

A vim window manager for people who love splits
101 stars 3 forks source link

Add a way to limit hsplits instead of vsplits. #21

Closed mattboehm closed 10 years ago

mattboehm commented 11 years ago

Add a way to limit the number of hsplits.

There are a few ways to do this. From easy to hard:

This 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.

mattboehm commented 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.

mattboehm commented 10 years ago

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.