summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-04-29 17:20:01 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-04-29 17:20:01 +0000
commita6c22d650b2d9fba8eb069b488555ab71e5096d6 (patch)
treeaf123a415df233978b44eda9bbb7dbad6290bd44 /tmux.1
parente60f48ab09f75c622f45718797f83964a28769c0 (diff)
Add a flag to move-window to renumber the windows in a session (closing
any gaps) and add an option to do this automatically each time a window is killed. From Thomas Adam.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.117
1 files changed, 16 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index e5aa3602..c0531775 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1258,7 +1258,7 @@ and
.Ar dst-pane
may belong to the same window.
.It Xo Ic move-window
-.Op Fl dk
+.Op Fl rdk
.Op Fl s Ar src-window
.Op Fl t Ar dst-window
.Xc
@@ -1269,6 +1269,12 @@ except the window at
.Ar src-window
is moved to
.Ar dst-window .
+With
+.Fl r ,
+all windows in the session are renumbered in sequential order, respecting
+the
+.Ic base-index
+option.
.It Xo Ic new-window
.Op Fl adkP
.Op Fl c Ar start-directory
@@ -2122,6 +2128,15 @@ Set the pane border colour for panes aside from the active pane.
Set the key accepted as a prefix key.
.It Ic prefix2 Ar key
Set a secondary key accepted as a prefix key.
+.It Xo Ic renumber-windows
+.Op Ic on | off
+.Xc
+If on, when a window is closed in a session, automatically renumber the other
+windows in numerical order.
+This respects the
+.Ic base-index
+option if it has been set.
+If off, do not renumber the windows.
.It Ic repeat-time Ar time
Allow multiple commands to be entered without pressing the prefix-key again
in the specified