Module tmux_lib::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

Functions

  • Return a list of all Pane from all sessions.
  • Create a new pane (horizontal split) in the window with window_id, and return the new pane id.
  • Select (make active) the pane with pane_id.