From 3242a698a00d19e5bf6c7dba071ce58e81dcfabc Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 18 Mar 2012 13:09:55 -0700 Subject: [PATCH] Set vi keys and pane index (to 1) for tmux --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index 55eb554..5eeaab2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -4,7 +4,11 @@ set-option -g default-terminal "screen-256color" set-option -g set-titles on set-option -g visual-bell off set-option -g history-limit 10000 + +set-option -g mode-keys vi + set-option -g base-index 1 +set-option -g pane-base-index 1 set-window-option -g alternate-screen on