From f593d3940a0d0bf6ec9e849a63691c100915a1b5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 4 Apr 2015 12:31:00 +0300 Subject: [PATCH] .tmux.conf: uncomment renumber-windows I upgraded Debian to wheezy-backports. --- .tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 6416c24..009d69f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,8 +2,7 @@ set-option -g base-index 1 set-option -g pane-base-index 1 # Renumber windows sequentially after closing any of them -#set-option -g renumber-windows on -# Option renumber-windows was implemented in tmux 1.7, tmux in Debian 7 is 1.6. +set-option -g renumber-windows on # Attempt to set the client terminal title set-option -g set-titles on -- 2.39.5