From 6700018ce519025883b33e7df7d09708b1f9526b Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 23 Oct 2019 14:10:13 +0000 Subject: [PATCH] Document Any key, from Jason Felice. --- tmux.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.1 b/tmux.1 index d21e9e8f..8c9fad39 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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