]> git.phdru.name Git - dotfiles.git/commitdiff
.tmux.conf: uncomment renumber-windows
authorOleg Broytman <phd@phdru.name>
Sat, 4 Apr 2015 09:31:00 +0000 (12:31 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 4 Apr 2015 09:31:00 +0000 (12:31 +0300)
I upgraded Debian to wheezy-backports.

.tmux.conf

index 6416c24265f9bfd240e0f3ecb58eed9f51059bb9..009d69ffb4417364b1571873d605abc11f35a178 100644 (file)
@@ -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