On this page
libtmux::Server::unbind_key
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux-cxx
- Source
- include/libtmux/server.hpp
- 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.
0 declared, 0 inherited