Set vi keys and pane index (to 1) for tmux

This commit is contained in:
Eryn Wells 2012-03-18 13:09:55 -07:00
parent fcc56c63fe
commit 3242a698a0

View file

@ -4,7 +4,11 @@ set-option -g default-terminal "screen-256color"
set-option -g set-titles on set-option -g set-titles on
set-option -g visual-bell off set-option -g visual-bell off
set-option -g history-limit 10000 set-option -g history-limit 10000
set-option -g mode-keys vi
set-option -g base-index 1 set-option -g base-index 1
set-option -g pane-base-index 1
set-window-option -g alternate-screen on set-window-option -g alternate-screen on