io.github.libtmux.Keys.Keys.bind
- Module
- io.github.libtmux.Keys
- Declared in
- Keys
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Keys.java
- Other languages
- Python Ruby Lua TypeScript RustGo.NETC++ Swift
-
Binds a key to a tmux command, given as its words.
Each word reaches tmux as itself: the command is passed as arguments, never as a line for tmux to split.
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 - Go
tmux.Server.BindKey - .NET
LibTmux.TmuxKeys.BindAsync - C++
libtmux::Server::bind_key - Swift no equivalent on
Server
- Python
0 declared, 0 inherited