tmux choose-tree
https://youtu.be/79Y-kqAiMpw
Choose tree is a powerful tmux utility that provides a graphical interface to
preview all sessions, windows, and panes, move between them kill them, move
them and much more.
The default keybinding
bind-key -T prefix s choose-tree -s
my preferred keybinding to open sessions and windows collapsed and Zoomed in.
bind-key j choose-tree -swZ
From the man page.
choose-tree [-GNrswZ] [-F format] [-f filter] [-K key-format] [-O sort-order] [-t target-pane] [template]
Put a pane into tree mode, where a session, window or pane may be chosen interactively from a tree. Each session, window or pane is shown on
one line. A shortcut key is shown on the left in brackets allowing for immediate choice, or the tree may be navigated and an item chosen or
otherwise manipulated using the keys below. -s starts with sessions collapsed and -w with windows collapsed. -Z zooms the pane. The follow‐
ing keys may be used in tree mode:
Key Function
Enter Choose selected i...