diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2019-10-23 14:10:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2019-10-23 14:10:14 +0000 |
commit | 22c55bcff93905df566d511707ef3909ad8ce5a6 (patch) | |
tree | 51c59bf093eb5b2cc33d7f1188d0501d5f4afb2e /usr.bin/tmux/tmux.1 | |
parent | db1718ae77c3ceb72c00adf6b750068797715425 (diff) |
Document Any key, from Jason Felice.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 1bd3fb8cf7a..7b7f4004099 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.692 2019/10/23 07:42:05 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.693 2019/10/23 14:10:13 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -2600,6 +2600,10 @@ bind-key '"' split-window bind-key "'" new-window .Ed .Pp +A command bound to the +.Em Any +key will execute for all keys which do not have a more specific binding. +.Pp Commands related to key bindings are as follows: .Bl -tag -width Ds .It Xo Ic bind-key |