tmux.Server.UnbindKey
- 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
- UnbindKey ( ctx : context.Context , request : UnbindKeyRequest ) error
-
UnbindKey removes one key binding or every binding in a key table. Key and AllKeys must select exactly one target; cancellation does not prove removal did not occur.
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 - Java
io.github.libtmux.Keys.Keys.unbind - .NET
LibTmux.TmuxKeys.UnbindAsync - C++
libtmux::Server::unbind_key - Swift no equivalent on
Server
- Python
0 declared, 0 inherited