diff options
author | nicm <nicm> | 2023-01-08 21:00:01 +0000 |
---|---|---|
committer | nicm <nicm> | 2023-01-08 21:00:01 +0000 |
commit | cb51942669cef089b46cd2b6cdbd62405000c0e7 (patch) | |
tree | d80b9945bfbc4d2419f0089358655afd8a9c1730 | |
parent | 09afc6c8ee971918d925c441c41a9de7f598efb7 (diff) | |
download | rtmux-cb51942669cef089b46cd2b6cdbd62405000c0e7.tar.gz rtmux-cb51942669cef089b46cd2b6cdbd62405000c0e7.tar.bz2 rtmux-cb51942669cef089b46cd2b6cdbd62405000c0e7.zip |
Quotes are now required in select-layout example.
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1971,7 +1971,7 @@ For example: $ tmux list-windows 0: ksh [159x48] layout: bb62,159x48,0,0{79x48,0,0,79x48,80,0} -$ tmux select-layout bb62,159x48,0,0{79x48,0,0,79x48,80,0} +$ tmux select-layout 'bb62,159x48,0,0{79x48,0,0,79x48,80,0}' .Ed .Pp .Nm |