pane.Pane.findWindow
TypeScript
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- packages/libtmux/src/pane.ts
- Other languages
- Python Ruby Lua Rust Go Java .NET C++ Swift
-
Search windows interactively from this pane.
The promise resolves once the mode is on screen, not once someone has chosen: tmux answers this command as soon as it opens the mode. Bind a tmux command to the selection to act on what was picked.
tmux needs a client attached to the session to draw this. With none, it does nothing and reports success, so a headless run is told it worked.
In other ports Search windows interactively from a pane
- Python
libtmux.Pane.find_window - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- Rust no equivalent on
Pane - Go
tmux.Pane.FindWindow - Java no equivalent on
Pane - .NET
LibTmux.Pane.FindWindowAsync - C++ no equivalent on
Pane - Swift no equivalent on
Pane
- Python
Examples
await pane.findWindow("editor");>>> pane.find_window('sh')0 declared, 0 inherited