From 4abd55621193531a05528f1fef982c7d5c476617 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 17 Jan 2013 20:41:25 +0900 Subject: [PATCH] update tmux.conf.pl --- tmux.conf.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf.pl b/tmux.conf.pl index 39438a2..025f8d8 100755 --- a/tmux.conf.pl +++ b/tmux.conf.pl @@ -45,6 +45,7 @@ sub set_prefs { # this does not workd because `run' do script asyncly set("base-index", "1"); set("pane-base-index", "1"); + set("renumber-windows", "on"); setw("mode-keys", "vi"); set("default-command", "/bin/bash"); set("default-path", $ENV{"HOME"});