tmuxen

tmux environment made easy
git clone git://git.unixkoans.com/tmuxen.git
Log | Files | Refs

commit 6eef79963b9ae23ad1c16706e5005a947f14c129
parent ec0610009bb62d31899afaac2759a4dc9ec664c6
Author: Xiaodong Xu <[email protected]>
Date:   Sun May  8 13:18:43 +0800

Add renumber support

Diffstat:
_tmux.conf | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/_tmux.conf b/_tmux.conf @@ -1,6 +1,6 @@ # # author : Xu Xiaodong <[email protected]> -# modified : 2016 May 06 +# modified : 2016 May 07 # #-- base settings --# @@ -10,6 +10,7 @@ set -g escape-time 0 set -g history-limit 65535 set -g base-index 1 set -g pane-base-index 1 +set -g renumber-windows on #-- bindkeys --# # prefix key (Ctrl+a)