libtmux Reference MCP Search
On this page

tmux.UnbindKeyRequest

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/server_keys.go
struct tmux.UnbindKeyRequest
struct [source]
struct [source]
struct tmux.UnbindKeyRequest

UnbindKeyRequest selects one key or an entire key table to unbind. Exactly one of Key and AllKeys must be set.

4 declared, 0 inherited

Members

  • AllKeys attribute AllKeys removes every binding in KeyTable and is mutually exclusive with Key.
  • Key attribute Key selects one binding; it is mutually exclusive with AllKeys.
  • KeyTable attribute KeyTable limits removal to one table; nil selects tmux's default table.
  • Quiet attribute Quiet suppresses tmux's missing-binding diagnostic.
Esc

Type to search.