mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Merge branch 'obsd-master'
This commit is contained in:
17
tmux.1
17
tmux.1
@ -3815,6 +3815,23 @@ of the variable respectively.
|
||||
will escape
|
||||
.Xr sh 1
|
||||
special characters.
|
||||
.Ql E:
|
||||
will expand the format twice, for example
|
||||
.Ql #{E:status-left}
|
||||
is the result of expanding the content of the
|
||||
.Ic status-left
|
||||
option rather than the content itself.
|
||||
.Ql S: ,
|
||||
.Ql W:
|
||||
or
|
||||
.Ql P:
|
||||
will loop over each session, window or pane and insert the format once
|
||||
for each. For windows and panes, two comma-separated formats may be
|
||||
given, the second is used for the current window or active pane. For
|
||||
example to get a list of windows formatted like the status line:
|
||||
.Bd -literal -offset indent
|
||||
#{W:#{E:window-status-format} ,#{E:window-status-current-format} }
|
||||
.Ed
|
||||
A prefix of the form
|
||||
.Ql s/foo/bar/:
|
||||
will substitute
|
||||
|
Reference in New Issue
Block a user