On this page
server.Server.key_bindings
- 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.Errors
Returns an error when tmux refuses the listing.
0 declared, 0 inherited