From a1f6bd55b652cd1658a005f96bbb667d637fe347 Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 15 Feb 2020 15:08:08 +0000 Subject: Add -a to list-keys to also list keys without notes with -N, suggested by Shehu Dikko. --- tmux.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 6f581da4..8586407b 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2686,7 +2686,7 @@ To view the default bindings and possible commands, see the .Ic list-keys command. .It Xo Ic list-keys -.Op Fl 1N +.Op Fl 1aN .Op Fl P Ar prefix-string Fl T Ar key-table .Op key .Xc @@ -2718,6 +2718,8 @@ also lists only keys in specifies a prefix to print before each key and .Fl 1 lists only the first matching key. +.Fl a +lists the command for keys that do have a note rather than skipping them. .It Xo Ic send-keys .Op Fl FHlMRX .Op Fl N Ar repeat-count -- cgit