mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Merge branch 'obsd-master'
This commit is contained in:
14
tmux.1
14
tmux.1
@ -5911,8 +5911,18 @@ or
|
||||
.Ql L:\&
|
||||
will loop over each session, window, pane or client 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.
|
||||
.Ql S:\& ,
|
||||
can take an optional sort argument
|
||||
.Ql /i\& ,
|
||||
.Ql /n\& ,
|
||||
.Ql /t\&
|
||||
to sort by index, name, or time; or
|
||||
.Ql /r\&
|
||||
to sort in reverse order. For example,
|
||||
.Ql S/nr:\&
|
||||
to sort sessions by name in reverse order.
|
||||
For each, two comma-separated formats may be given:
|
||||
the second is used for the current window, active pane, or active session.
|
||||
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} }
|
||||
|
Reference in New Issue
Block a user