server.Server.key_bindings
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server.rs
-
List key bindings as tmux prints them.
Each line is a complete
bind-keycommand in tmux's own quoting, which this crate deliberately does not re-parse: the same value is rendered bare, double quoted, or single quoted depending on content, and a table name is printed bare, spaces and all.Self::typed_key_bindingsreads the same bindings as fields on tmux 3.7 and later.On tmux 3.7 through 3.7c, a
tableholding exactly one binding lists empty: those releases send a one-line listing to the message log.Errors
Returns an error when tmux refuses the listing.
0 declared, 0 inherited