0a1d98dd4fc82c4db7862f5f933bd4f4db60d3ca
[cmccabe-etc] / .tmux.conf
1 # turn off esc-wait so that vi works correctly
2 set-option -sg  escape-time 0
3
4 # use control-K as the prefix
5 set -g prefix C-k
6 unbind C-b
7 bind C-k send-prefix
8
9 set-option -g history-limit 100000
10 set-window-option -g xterm-keys on
11
12 set-window-option -g mode-keys vi
13 set-option -g status-keys vi
14 set-window-option -g utf8 on
15 set-window-option -g mode-mouse on # enable mouse
16 set -g default-terminal "screen-256color"
17
18 set -g visual-bell off
19
20 bind-key -n F6 prev
21 bind-key -n F7 next
22
23 set-option -g status-utf8 on
24 set-option -g status-bg blue
25 set-option -g status-fg white
26 set-option -g status-interval 5
27 set-option -g visual-activity off 
28 set-window-option -g monitor-activity on
29 set-window-option -g window-status-current-fg cyan