From 12255411f27e2c937334b1d84671ae46d5ef3c0c Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 28 May 2019 09:50:54 +0000 Subject: 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. --- tmux.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 735e932d..fc51ec30 100644 --- a/tmux.1 +++ b/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 -- cgit