feature: ignore min_width when there isn't enough space
kaiphat opened this issue · 1 comments
kaiphat commented
beauwilliams commented
This is a tough one. We will need to keep track of N number of splits open and the W width of the users display.
We can then take W/N and check if it is < min_width. If so, we can reduce min_width by an increment. But this can lead us to other issues. Let me think about a solution