pane.Pane.chooseBuffer
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
-
Open the interactive buffer chooser in this pane.
The promise resolves once the chooser 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.
Examples
await pane.chooseBuffer();In other ports Open the paste buffer chooser in a pane
- Python
libtmux.Pane.choose_buffer - 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.ChooseBuffer - Java no equivalent on
Pane - .NET
LibTmux.Pane.ChooseBufferAsync - C++ no equivalent on
Pane - Swift no equivalent on
Pane
- Python
0 declared, 0 inherited