mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Add E: format to expand a format twice (useful to expand the value of an
option).
This commit is contained in:
6
tmux.1
6
tmux.1
@ -3713,6 +3713,12 @@ 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.
|
||||
A prefix of the form
|
||||
.Ql s/foo/bar/:
|
||||
will substitute
|
||||
|
Reference in New Issue
Block a user