From: Colin Patrick McCabe Date: Fri, 21 Oct 2011 23:17:40 +0000 (-0700) Subject: .tmux.conf: better color scheme, mouse foo X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0cfdacd2a574e65eb9ceb25cd9e2f2a24ddddeb;p=cmccabe-etc .tmux.conf: better color scheme, mouse foo Signed-off-by: Colin McCabe --- 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