LibTmux.TmuxKeys.BindAsync
- Module
- LibTmux
- Declared in
- TmuxKeys
- Package
- LibTmux
- Source
- src/LibTmux/Keys/TmuxKeys.cs
- Other languages
- Python Ruby Lua TypeScript RustGoJavaC++ Swift
- BindAsync ( request : BindKeyRequest , cancellationToken : CancellationToken ) Task
-
Binds a key to a tmux command.
- Parameters
-
-
request ( BindKeyRequest ) – Which key, to what, and in which table.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A task that completes once the binding is in place.
- Raises
-
-
ArgumentNullException –
requestis null.
-
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 - Java
io.github.libtmux.Keys.Keys.bind - C++
libtmux::Server::bind_key - Swift no equivalent on
Server
0 declared, 0 inherited