On this page
server.interactive.Server.find_window
- Module
- server.interactive
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server/interactive.rs
-
Open tmux's window finder for a search string.
This is separate from
Server::choosebecause it needs something to search for, where the other choosers list what already exists. Like them it opens in a pane rather than on a client, so it needs no client and leaves the pane intree-modeon a server nothing is attached to.Errors
Returns
Error::ServerMismatchwhen the client belongs to another server, or an error when tmux refuses the command. A missing client is not one: this does not need one.
0 declared, 0 inherited