diff options
author | nicm <nicm> | 2019-10-23 14:10:13 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-10-23 14:10:13 +0000 |
commit | 6700018ce519025883b33e7df7d09708b1f9526b (patch) | |
tree | f13249aa642b755522015236266780614d6dc81e | |
parent | f7fb5df54312fb4d7421ba7b25fa00987085ac65 (diff) | |
download | rtmux-6700018ce519025883b33e7df7d09708b1f9526b.tar.gz rtmux-6700018ce519025883b33e7df7d09708b1f9526b.tar.bz2 rtmux-6700018ce519025883b33e7df7d09708b1f9526b.zip |
Document Any key, from Jason Felice.
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |