On this page
libtmux.Pane.find_window
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- src/libtmux/pane.py
-
Search for a window matching a string via
$ tmux find-window.Opens a choose-tree filtered to matching windows.
Examples
>>> pane.find_window('sh')- Parameters
-
-
match_string ( str ) – String to search for in window names, titles, and content.
-
match_content ( bool | None ) – Match visible pane content (
-Cflag). -
case_insensitive ( bool | None ) – Case-insensitive matching (
-iflag). -
match_name ( bool | None ) – Match window name only (
-Nflag). -
regex ( bool | None ) – Treat match string as a regex (
-rflag).
-
0 declared, 0 inherited