1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-04 23:28:51 +00:00

Document the use of ';' as a modifier separator.

Fixes github issue .
This commit is contained in:
Matthew Liggett 2025-02-23 17:26:30 -08:00
parent 251a87e2d2
commit fbc6fa592e

6
tmux.1
View File

@ -5869,6 +5869,12 @@ with
.Ql bar/
throughout.
.Pp
Multiple modifiers may be separated with a semicolon (;) as in
.Ql #{T;=10:status-left} ,
which would limit the resulting
.Xr strftime 3 -expanded
string to at most 10 characters.
.Pp
In addition, the last line of a shell command's output may be inserted using
.Ql #() .
For example,