libtmux::Server::unbind_key
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux-cxx
- Source
- include/libtmux/server.hpp
- Other languages
- Python Ruby Lua TypeScript RustGoJava.NET Swift
- unbind_key ( table : std::string_view , key : std::string_view ) expected< void, CommandFailure >
-
Unbinding a key that was not bound succeeds; unbinding in a table that does not exist is refused.
A table exists only while something is bound in it, so taking away the last binding takes the table with it.
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 - .NET
LibTmux.TmuxKeys.UnbindAsync - Swift no equivalent on
Server
- Python
0 declared, 0 inherited