diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-02-15 15:08:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-02-15 15:08:09 +0000 |
commit | f3b2494c3bfdc8824e9c050f17869398003386a4 (patch) | |
tree | 6137c3601f1ac832833803dff4d402171300ecf5 /usr.bin/tmux/tmux.1 | |
parent | 54243e0e944759de156273264e08d19bbc459df0 (diff) |
Add -a to list-keys to also list keys without notes with -N, suggested
by Shehu Dikko.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 6cce11da4b9..8941011aafc 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.711 2020/02/11 07:01:08 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.712 2020/02/15 15:08:08 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 11 2020 $ +.Dd $Mdocdate: February 15 2020 $ .Dt TMUX 1 .Os .Sh NAME @@ -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 |