From 5c2458e9cd0323029faf3ab5889551ac6f39a887 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 20 Sep 2012 20:20:15 +0900 Subject: [PATCH] i wonder if in tmux.conf -g options do not need to be added --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 90c10d7..1f4dfdf 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,6 +6,7 @@ bind-key C-z send-prefix bind-key C command-prompt "new-window '%%'" setw -g mode-keys vi +set -g base-index 1 set -g default-command /bin/bash #set -g default-terminal screen-256color