LibTmux.TmuxKeys.UnbindAsync
- Module
- LibTmux
- Declared in
- TmuxKeys
- Package
- LibTmux
- Source
- src/LibTmux/Keys/TmuxKeys.cs
- Other languages
- Python Ruby Lua TypeScript RustGoJavaC++ Swift
- UnbindAsync ( request : UnbindKeyRequest , cancellationToken : CancellationToken ) Task
-
Removes a binding, or every binding in a table.
Removing a binding nobody made is not an error: tmux treats the absence as the state that was asked for.
- Parameters
-
-
request ( UnbindKeyRequest ) – Which key, or every key in a table.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A task that completes once the binding is gone.
- Raises
-
-
ArgumentNullException –
requestis null. -
ArgumentException – The request names no key and does not ask for all.
-
In other ports Unbind a key
- Python
libtmux.Server.unbind_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.unbind_key - Go
tmux.Server.UnbindKey - Java
io.github.libtmux.Keys.Keys.unbind - C++
libtmux::Server::unbind_key - Swift no equivalent on
Server
0 declared, 0 inherited