Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / tmux / dist / examples / n-marriott.conf
blobc525330af0ee72779ae3de0e6b1c4a1af46d7001
1 # Id: n-marriott.conf,v 1.11 2009-11-24 19:03:59 nicm Exp 
3 # By Nicholas Marriott. Public domain.
5 # Default global options.
6 set -g status-bg green
7 set -g status-right "%H:%M" # %d-%b-%y
8 set -g bell-action none
9 set -g lock-after-time 1800
11 # Default global window options.
12 setw -g remain-on-exit on
13 setw -g window-status-current-attr "underscore"
14 #setw -g xterm-keys on
16 # Prefix key.
17 set -g prefix C-a
18 unbind C-b
19 bind C-a send-prefix
21 # Keys to switch session.
22 bind Q switchc -t0
23 bind W switchc -t1
24 bind E switchc -t2
26 # Other key bindings.
27 bind F1 selectw -t:10
28 bind F2 selectw -t:11
29 bind F3 selectw -t:12
30 bind F4 selectw -t:13
31 bind F5 selectw -t:14
32 bind F6 selectw -t:15
33 bind F7 selectw -t:16
34 bind F8 selectw -t:17
35 bind F9 selectw -t:18
36 bind F10 selectw -t:19
37 bind F11 selectw -t:20
38 bind F12 selectw -t:21
40 bind m setw monitor-activity
42 bind y setw force-width 81
43 bind u setw force-width 0
45 bind -n F1 run-shell 'mpc toggle >/dev/null 2>&1'
46 bind -n F2 run-shell 'mpc'
47 bind -n F3 run-shell 'mpc prev >/dev/null 2>&1'
48 bind -n F4 run-shell 'mpc next >/dev/null 2>&1'
49 bind -n F5 run-shell 'mpc volume -5 >/dev/null 2>&1'
50 bind -n F6 run-shell 'mpc volume +5 >/dev/null 2>&1'
52 # Hide and show window name from status line
53 bind '-' setw window-status-format '#I'\; setw window-status-current-format '#I'
54 bind '+' setw window-status-format '#I:#W#F'\; setw window-status-current-format '#I:#W#F'
56 # First session.
57 new -d -s0 -nirssi 'exec ssh -t natalya exec sh ~/bin/tmux-start'
58 setw -t0:0 monitor-activity on
59 setw -t0:0 aggressive-resize on
60 set -t0 status-bg green
61 neww -d -ntodo 'exec emacs ~/TODO'
62 setw -t0:1 aggressive-resize on
63 neww -d -ntodo2 'exec emacs ~/TODO2'
64 setw -t0:2 aggressive-resize on
65 neww -d -nncmpc 'exec ncmpc -f ~/.ncmpc.conf'
66 setw -t0:3 aggressive-resize on
67 neww -d -nmutt 'exec mutt'
68 setw -t0:4 aggressive-resize on
69 neww -d
70 neww -d
71 neww -d
72 neww -d
73 neww -d
74 neww -d
75 neww -d
76 neww -d
77 neww -d
78 neww -d
79 neww -d
80 neww -d
82 # Second session.
83 new -d -s1
84 set -t1 status-bg cyan
85 linkw -dk -t0 -s0:0
86 linkw -dk -t1 -s0:1
87 linkw -dk -t2 -s0:2
88 linkw -dk -t3 -s0:3
89 linkw -dk -t4 -s0:4
90 neww -d
91 neww -d
92 neww -d
93 neww -d
94 neww -d
95 neww -d
97 # Third session.
98 new -d -s2
99 set -t2 status-bg yellow
100 linkw -dk -t0 -s0:0
101 linkw -dk -t1 -s0:1
102 linkw -dk -t2 -s0:2
103 linkw -dk -t3 -s0:3
104 linkw -dk -t4 -s0:4
105 neww -d
106 neww -d
107 neww -d
108 neww -d
109 neww -d
110 neww -d