diff options
author | nicm <nicm> | 2017-06-29 22:02:19 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-06-29 22:02:19 +0000 |
commit | 8b0fd63ddb3c71f6b2afa903b5a896a4dd298dee (patch) | |
tree | 748bb3b37741d909f958f96ce7b7001cd49abfab | |
parent | a00b0d13ede4a0f3743606c79a38eada403f77f9 (diff) | |
download | rtmux-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |