aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-13 09:54:24 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-13 09:54:24 +0000
commitcaa29af2a944a7d7232a55f1a4142095896956ce (patch)
tree488ed7b1b03f07e0ca495c1e78b430730b5954bd /tmux.1
parent0f31d231db7502a6470fea4db9c3bf9aa48c1fd5 (diff)
downloadrtmux-caa29af2a944a7d7232a55f1a4142095896956ce.tar.gz
rtmux-caa29af2a944a7d7232a55f1a4142095896956ce.tar.bz2
rtmux-caa29af2a944a7d7232a55f1a4142095896956ce.zip
Add user options, prefixed with @. May be set to any arbitrary string.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.113
1 files changed, 13 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 2773de8e..d03843ed 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1943,6 +1943,19 @@ All window options are documented with the
.Ic set-window-option
command.
.Pp
+.Nm
+also supports user options which are prefixed with a
+.Ql \&@ .
+User options may have any name, so long as it is prefixed with
+.Ql \&@,
+and be set to any string.
+For example
+.Bd -literal -offset indent
+$ tmux setw -q @foo "abc123"
+$ tmux showw -v @foo
+abc123
+.Ed
+.Pp
Commands which set options are as follows:
.Bl -tag -width Ds
.It Xo Ic set-option