mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Allow menu items to be disabled by putting a - at the start of their
name, rather than just including #[dim] which still allowed them to be chosen.
This commit is contained in:
2
tmux.1
2
tmux.1
@ -4674,6 +4674,8 @@ The name and command are formats, see the
|
||||
and
|
||||
.Sx STYLES
|
||||
sections.
|
||||
If the name begins with a hyphen (-), then the item is disabled (shown dim) and
|
||||
may not be chosen.
|
||||
The name may be empty for a separator line, in which case both the key and
|
||||
command should be omitted.
|
||||
.Pp
|
||||
|
Reference in New Issue
Block a user