]> git.phdru.name Git - dotfiles.git/commitdiff
tmux in Debian 7 really is too old
authorOleg Broytman <phd@phdru.name>
Tue, 18 Nov 2014 23:04:55 +0000 (02:04 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 18 Nov 2014 23:04:55 +0000 (02:04 +0300)
Option renumber-windows was implemented in tmux 1.7, tmux in Debian 7 is 1.6.

.tmux.conf

index 87a132f73b67b18a4838722f5f1d23d097fb5211..6416c24265f9bfd240e0f3ecb58eed9f51059bb9 100644 (file)
@@ -3,8 +3,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
-#Commented out - it doesn't work with my tmux.
-#Perhaps tmux in Debian 7 is too old.
+# Option renumber-windows was implemented in tmux 1.7, tmux in Debian 7 is 1.6.
 
 # Attempt to set the client terminal title
 set-option -g set-titles on