Support panes that scroll off the screen (already half-implemented)

Request: It would be useful to be able to set up panes that scroll off the screen.
The scrolling capability is already there (it appears when the window size is reduced, so the cumulative width of the panes is less than the width of the reduced window).
What’s not there AFAICT is the ability to have panes whose cumulative width is more than a full (non-reduced-width) window.

Alternatively (though less usefully), let us narrow panes to just a tiny (unreadable) width.

The common use case is to have several panes open at once, with the currently focused pane being wide enough to work in, even in a window that is too narrow to hold all panes readably at the same time.

2 Likes

As pointed out by @calsi on slack, additional panes can also be added by the focus_or_open_pane commands. (e.g. Alt+8) or by the Jump menu (Ctrl+semicolon). When there are too many to fit in the window at minimum pane width, then they get added anyway with a horizontal scroll bar.

The problem is that under these conditions, all the panes are minimum width, which is often not very practical for actual use, and they cannot be resized.

Which is tantalizingly close to supporting larger scrollable panes.

1 Like