On this page
tmux.BindKeyRequest
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_keys.go
-
BindKeyRequest configures one tmux key binding. Its zero value is invalid because Key is required; nil KeyTable and Note omit their flags while pointers to empty strings are explicit.
5 declared, 0 inherited
Members
- Command attribute Command is the tmux command; an empty command is a no-op binding on tmux 3.3+.
- Key attribute Key is the required tmux key notation to bind.
- KeyTable attribute KeyTable selects a table, or nil for tmux's default table.
- Note attribute Note supplies tmux's optional binding note.
- Repeat attribute Repeat makes the binding repeatable.