.bashrc: don't source file for non-bash shells
[cmccabe-etc] / .tmux.conf
index 6e8e26a..904c86a 100644 (file)
@@ -12,21 +12,23 @@ set-window-option -g xterm-keys on
 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-window-option -g mode-mouse off # disable mouse
+set -g mouse-select-pane off
 set -g default-terminal "screen-256color"
 
 set -g visual-bell off
 
-bind-key -n F5 next
+bind-key -n F5 prev
 bind-key -n F6 select-pane -t :.+
 bind-key -n F7 select-pane -t :.-
-bind-key -n F8 prev
+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