mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Allow escaping , and } with # in #{}; GitHub issue 1332.
This commit is contained in:
12
tmux.1
12
tmux.1
@ -3542,11 +3542,17 @@ The possible variables are listed in the table below, or the name of a
|
||||
.Nm
|
||||
option may be used for an option's value.
|
||||
Some variables have a shorter alias such as
|
||||
.Ql #S ,
|
||||
and
|
||||
.Ql #S ;
|
||||
.Ql ##
|
||||
is replaced by a single
|
||||
.Ql # .
|
||||
.Ql # ,
|
||||
.Ql #,
|
||||
by a
|
||||
.Ql \&,
|
||||
and
|
||||
.Ql #}
|
||||
by a
|
||||
.Ql } .
|
||||
.Pp
|
||||
Conditionals are available by prefixing with
|
||||
.Ql \&?
|
||||
|
Reference in New Issue
Block a user