tmux.Server.BindKey
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_keys.go
- Other languages
- Python Ruby Lua TypeScript RustJava.NETC++ Swift
- BindKey ( ctx : context.Context , request : BindKeyRequest ) error
-
BindKey binds Key to Command in a tmux key table. An empty Command creates a no-op binding on tmux 3.3 or newer; tmux 3.2a reports its upstream error. It mutates the table; cancellation does not prove that tmux did not bind Key.
In other ports Bind a key to a tmux command
- Python
libtmux.Server.bind_key - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust
server.Server.bind_key - Java
io.github.libtmux.Keys.Keys.bind - .NET
LibTmux.TmuxKeys.BindAsync - C++
libtmux::Server::bind_key - Swift no equivalent on
Server
- Python
0 declared, 0 inherited