From 3ad4de6c8cbdc767c6ac40b99764cc7bd8db066a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 13 Aug 2009 20:11:58 +0000 Subject: Add a base-index session option to specify the first index checked when looking for an index for a new window. --- tmux.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.1') 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 -- cgit