Add .tmux.conf
[cmccabe-etc] / .tmux.conf
1 # use control-K as the prefix
2 set -g prefix C-k
3 unbind C-b
4 bind C-k send-prefix
5
6 set-window-option -g mode-keys vi
7 set-option -g status-keys vi
8 set-window-option -g utf8 on
9 set-window-option -g mode-mouse on # enable mouse
10
11 set -g visual-bell off
12
13 bind-key -n F6 prev
14 bind-key -n F7 next
15
16 set-option -g status-utf8 on
17 set-option -g status-bg blue
18 set-option -g status-fg white
19 set-option -g status-interval 5
20 set-option -g visual-activity off 
21 set-window-option -g monitor-activity on
22 set-window-option -g window-status-current-fg cyan