Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / tmux / dist / examples / h-boetes.conf
blob5fc8abd369056f9b32f4e664feb2a02f541320a6
1 # Id: h-boetes.conf,v 1.2 2009-10-25 21:45:26 nicm Exp 
3 # From Han Boetes.
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
11 set -g status-fg cyan
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
17 unbind C-b
18 set -g prefix C-t
19 bind C-t send-prefix
20 bind t send-prefix
22 # Bind function keys.
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.
33 new emacs
34 neww irssi
35 neww mutt
36 neww
37 neww
38 neww
39 neww
40 neww
42 select-window -t 1