From 70cfc640d5e73dc4f074290abe962048d1b61915 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 19 Nov 2014 02:04:55 +0300 Subject: [PATCH] tmux in Debian 7 really is too old Option renumber-windows was implemented in tmux 1.7, tmux in Debian 7 is 1.6. --- .tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 87a132f..6416c24 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 -- 2.39.2