From 8b0fd63ddb3c71f6b2afa903b5a896a4dd298dee Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 29 Jun 2017 22:02:19 +0000 Subject: [PATCH] Use 100 as the example for command-alias because the defaults are from 0 to (currently) 5. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.1 b/tmux.1 index 5ce71959..5e28199e 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2385,7 +2385,7 @@ it is replaced with .Ar value . For example, after: .Pp -.Dl set -s command-alias[2] zoom='resize-pane -Z' +.Dl set -s command-alias[100] zoom='resize-pane -Z' .Pp Using: .Pp