libtmux Reference MCP Search
On this page

server.Server.key_bindings

View as Markdown

Module
server
Declared in
Server
Package
libtmux
Source
crates/libtmux/src/server.rs
key_bindings ( self , table : Option<&str> ) Result<Vec<String>, Error>
method [source]
method [source]
key_bindings

List key bindings as tmux prints them.

Each line is a complete bind-key command 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

Esc

Type to search.