aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-08-13 20:11:58 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-08-13 20:11:58 +0000
commit3ad4de6c8cbdc767c6ac40b99764cc7bd8db066a (patch)
tree542f3ff53b0bc779bf29cb1ca1483e3636a86255 /tmux.1
parent3026118c702fc0f17b860197b5242816927bbadb (diff)
downloadrtmux-3ad4de6c8cbdc767c6ac40b99764cc7bd8db066a.tar.gz
rtmux-3ad4de6c8cbdc767c6ac40b99764cc7bd8db066a.tar.bz2
rtmux-3ad4de6c8cbdc767c6ac40b99764cc7bd8db066a.zip
Add a base-index session option to specify the first index checked when looking
for an index for a new window.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index faa44ad6..138366e2 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1064,6 +1064,10 @@ options - it is not possible to unset a global option.
.Pp
Available session options are:
.Bl -tag -width Ds
+.It Ic base-index Ar index
+Set the base index from which an unused index should be searched when a new
+window is created.
+The default is zero.
.It Xo Ic bell-action
.Op Ic any | none | current
.Xc