blob: 64aedfdb9f0d1a93daab35231c7f8f2571cf3b11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#escape \\m
defscrollback 5000
vbell off
startup_message off
altscreen on
# look and feel
activity "Activity in %t(%n)"
# bind keys
bind 'l' lastmsg
bind 'q' meta
bind ' ' screen
bind 'a' title
bind 'h' split -h
bind 'v' split -v
bind 'x' remove
bind 'o' only
bind 'r' resize
# bind buffer
bind b eval writebuf "exec !!! $HOME/.ratpoison/screenout"
|