aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicm <nicm>2017-06-29 22:02:19 +0000
committernicm <nicm>2017-06-29 22:02:19 +0000
commit8b0fd63ddb3c71f6b2afa903b5a896a4dd298dee (patch)
tree748bb3b37741d909f958f96ce7b7001cd49abfab
parenta00b0d13ede4a0f3743606c79a38eada403f77f9 (diff)
downloadrtmux-8b0fd63ddb3c71f6b2afa903b5a896a4dd298dee.tar.gz
rtmux-8b0fd63ddb3c71f6b2afa903b5a896a4dd298dee.tar.bz2
rtmux-8b0fd63ddb3c71f6b2afa903b5a896a4dd298dee.zip
Use 100 as the example for command-alias because the defaults are from 0
to (currently) 5.
-rw-r--r--tmux.12
1 files changed, 1 insertions, 1 deletions
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