From c140eb296e9917afec1c9c8d8d20e3ca0d769306 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 13 Nov 2012 20:37:16 +0900 Subject: [PATCH] update tmux.conf --- tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 5403c0a..01bc6fe 100644 --- a/tmux.conf +++ b/tmux.conf @@ -5,14 +5,16 @@ set -g prefix C-z 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 pane-base-index 1 +setw -g mode-keys vi set -g default-command /bin/bash #set -g default-terminal screen-256color #set -g default-terminal screen-16color set default-path "${HOME}" # not work as i expected set -g set-titles on +set -g display-panes-time 5000 #set -g status-left "" #set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)"