1 # Id: h-boetes.conf,v 1.2 2009-10-25 21:45:26 nicm Exp
5 set -g default-command zsh
6 set -g status-right "#(uptime|awk '{print $11}') #(date)"
8 # Statusbar properties.
9 set -g display-time 3000
10 set -g status-bg black
12 set-window-option -g window-status-current-attr bright,reverse
13 set-window-option -g window-status-current-bg cyan
14 set-window-option -g window-status-current-fg black
16 # Use c-t instead of c-b as the prefix
23 bind -n F1 select-window -t 1
24 bind -n F2 select-window -t 2
25 bind -n F3 select-window -t 3
26 bind -n F4 select-window -t 4
27 bind -n F5 select-window -t 5
28 bind -n F6 select-window -t 6
29 bind -n F7 select-window -t 7
30 bind -n F8 select-window -t 8
32 # All new windows started at startup.