On this page
tmux.ChooseTreeRequest
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_modes.go
-
ChooseTreeRequest configures the interactive session and window chooser. Its zero value uses tmux defaults. Format and Filter are copied before execution and must not be mutated concurrently.
7 declared, 0 inherited
Members
- Filter attribute Filter is a tmux format expression whose truth value selects tree items. Nil omits filtering; nonnil empty remains an explicit expression.
- Format attribute Format is a tmux format expression evaluated for each tree item. Nil leaves the configured format; nonnil empty remains an explicit format.
- Reverse attribute Reverse reverses the initial tree ordering.
- SessionsCollapsed attribute SessionsCollapsed starts with session nodes collapsed.
- Sort attribute Sort selects the initial ordering. Unknown values are rejected before execution.
- WindowsCollapsed attribute WindowsCollapsed starts with window nodes collapsed.
- Zoom attribute Zoom zooms the chooser pane while tree mode is active.