aboutsummaryrefslogtreecommitdiff
path: root/screen/screenrc
blob: 38921763705b9b8e1128e0733c975ab938b7f956 (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
26
27
28
29
30
31
32
33
34
#escape \\m
defscrollback 5000
vbell off
startup_message off
altscreen on


#multiuser
multiuser on
acladd vasko

# look and feel
#caption always "%{= bb}%{+b w}%n %h %=%t %c"
caption always "%{= bb}%{+b w}%n %{+b y}%H %=%{+b w}%t %c"
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"

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
bufferfile
bind b eval writebuf "exec !!! $HOME/.tools/screenout"