Expand description
This module provides a few types and functions to handle Tmux Panes.
The main use cases are running Tmux commands & parsing Tmux panes information.
Structs§
- Pane
- A Tmux pane.
Functions§
- available_
panes - Return a list of all
Pane
from all sessions. - new_
pane - Create a new pane (horizontal split) in the window with
window_id
, and return the new pane id. - select_
pane - Select (make active) the pane with
pane_id
.