From: Oleg Broytman Date: Sat, 4 Apr 2015 09:31:00 +0000 (+0300) Subject: .tmux.conf: uncomment renumber-windows X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=f593d3940a0d0bf6ec9e849a63691c100915a1b5;p=dotfiles.git .tmux.conf: uncomment renumber-windows I upgraded Debian to wheezy-backports. --- 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