On this page
libtmux.Window.cmd
- Module
- libtmux
- Declared in
- Window
- Package
- libtmux
- Source
- src/libtmux/window.py
-
-
Execute tmux subcommand within window context.
Automatically binds target by adding
-tfor object's window ID to the command. Passtargetto keyword arguments to override.Examples
Create a pane from a window:
>>> window.cmd('split-window', '-P', '-F#{pane_id}').stdout[0] '%...'Magic, directly to a
Pane:>>> Pane.from_pane_id(pane_id=session.cmd( ... 'split-window', '-P', '-F#{pane_id}').stdout[0], server=session.server) Pane(%... Window(@... ...:..., Session($1 libtmux_...)))
0 declared, 0 inherited