Use 100 as the example for command-alias because the defaults are from 0

to (currently) 5.
This commit is contained in:
nicm 2017-06-29 22:02:19 +00:00
parent a00b0d13ed
commit 8b0fd63ddb

2
tmux.1
View File

@ -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