libtmux.Server.bind_key
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- src/libtmux/server.py
- Other languages
- Ruby Lua TypeScript RustGoJava.NETC++ Swift
-
Bind a key to a command via
$ tmux bind-key.Examples
>>> server.bind_key('F12', 'display-message test', key_table='root')>>> server.unbind_key('F12', key_table='root')- Parameters
In other ports Bind a key to a tmux command
- 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 - Go
tmux.Server.BindKey - Java
io.github.libtmux.Keys.Keys.bind - .NET
LibTmux.TmuxKeys.BindAsync - C++
libtmux::Server::bind_key - Swift no equivalent on
Server
0 declared, 0 inherited