From b73ccd5eacf3ff0aa5ed19602aba90263ff66379 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 11 Jan 2013 16:35:06 +0900 Subject: [PATCH] fix tmux.conf.pl --- tmux.conf.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf.pl b/tmux.conf.pl index 8794c97..ccdff19 100755 --- a/tmux.conf.pl +++ b/tmux.conf.pl @@ -42,6 +42,8 @@ sub set_key { } sub set_prefs { + set("base-index", "1"); + set("pane-base-index", "1"); setw("mode-keys", "vi"); set("default-command", "/bin/bash"); set("default-path", $ENV{"HOME"});