Description
This request is a Tmux-like request, for feature parity. This is most similar to the tmux command: + backtick
The idea would be to have a mode which displays a tree of all the currently running Zellij Sessions (Attached or detached), the Tabs in those sessions, and then the individual panes. Each would have a number, or custom name (as in the case of a custom name from a tab.), and possibly some text from the sessions to identify which is which.
Implementation of this feature would have to wait until after the completion and closure of these issues and pull requests: #223 #69, as after that sessions would exist in ernest.
Another idea in pie in the sky territory would be to be able to use this index in combination with a "Paste Buffer" #375 to direct what panes to output pasted text to, so only certain ones, or even entire sessions worth of panes/tabs can have text pasted to them. Perhaps in a broader sense, it could instead be a method to commit actions to all of these separate Sessions/Tabs/Panes, say for example order only a selection of them to close. Or order another session/tab/pane or series of thoes be opened in that part of the tree.
Edit: #379 was made just this evening and is the start of this.