From e0cfdacd2a574e65eb9ceb25cd9e2f2a24ddddeb Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Fri, 21 Oct 2011 16:17:40 -0700 Subject: [PATCH] .tmux.conf: better color scheme, mouse foo Signed-off-by: Colin McCabe --- .tmux.conf | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 7b57975..10f83c1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -13,6 +13,7 @@ set-window-option -g mode-keys vi set-option -g status-keys vi set-window-option -g utf8 on set-window-option -g mode-mouse on # enable mouse +set -g mouse-select-pane on set -g default-terminal "screen-256color" set -g visual-bell off @@ -22,11 +23,12 @@ bind-key -n F6 select-pane -t :.+ bind-key -n F7 select-pane -t :.- bind-key -n F8 next +set-window-option -g window-status-current-bg cyan +set-window-option -g window-status-current-fg black set-option -g status-utf8 on set-option -g status-bg blue set-option -g status-fg white set-option -g status-interval 5 set-option -g visual-activity off -set-window-option -g monitor-activity on -set-window-option -g window-status-current-fg cyan +set-window-option -g monitor-activity off -- 1.6.6.rc1.39.g9a42