aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2018-05-22 08:49:12 +0000
committernicm <nicm>2018-05-22 08:49:12 +0000
commit2a04665626959dd57a88db2fd42813877e7f7fde (patch)
tree338682dfbb48d775858c1eb03403f95cc7f8e8b6 /tmux.1
parentf2f9605c632b7cc953e50fa4e2394ce06b081334 (diff)
downloadrtmux-2a04665626959dd57a88db2fd42813877e7f7fde.tar.gz
rtmux-2a04665626959dd57a88db2fd42813877e7f7fde.tar.bz2
rtmux-2a04665626959dd57a88db2fd42813877e7f7fde.zip
Allow escaping , and } with # in #{}; GitHub issue 1332.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.112
1 files changed, 9 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 87ab94a0..ee50a9fa 100644
--- a/tmux.1
+++ b/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 \&?