On this page
tmux.UnbindKeyRequest
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_keys.go
-
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.