Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

libtmux::Server::unbind_key

C++

View as Markdown

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 >
methodreadonly [source]
methodreadonly [source]
unbind_key

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

0 declared, 0 inherited

Esc

Type to search.