Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

tmuxp.workspace.builder.ClassicWorkspaceBuilder.iter_create_panes

Python
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

tmuxp.workspace.builder.ClassicWorkspaceBuilder.iter_create_panes ( self , window : Window , window_config : dict[str, t.Any] ) → Iterator[t.Any]
method [source]
method [source]
tmuxp.workspace.builder.ClassicWorkspaceBuilder.iter_create_panes

Return libtmux.Pane iterating through window config dict.

Run shell_command with $ tmux send-keys.

Parameters
  • window ( Window ) – window to create panes for

  • window_config ( dict[str, t.Any] ) – config section for window

Returns

tuple of ( libtmux.Pane , pane_config) Newly created pane, and the section from the tmuxp configuration that was used to create the pane.

Esc

Type to search.