Module pane

Source
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.