mirror of
https://github.com/tmux/tmux.git
synced 2025-03-30 03:18:51 +00:00
Document the use of ';' as a modifier separator, from Matt Liggett in
GitHub issue 4384.
This commit is contained in:
parent
d938ab5dd7
commit
f224d61f37
6
tmux.1
6
tmux.1
@ -5867,6 +5867,12 @@ with
|
|||||||
.Ql bar/
|
.Ql bar/
|
||||||
throughout.
|
throughout.
|
||||||
.Pp
|
.Pp
|
||||||
|
Multiple modifiers may be separated with a semicolon (;) as in
|
||||||
|
.Ql #{T;=10:status-left} ,
|
||||||
|
which limits 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
|
In addition, the last line of a shell command's output may be inserted using
|
||||||
.Ql #() .
|
.Ql #() .
|
||||||
For example,
|
For example,
|
||||||
|
Loading…
Reference in New Issue
Block a user