3
|
1 # markus schnalke -- http://marmaro.de
|
|
2 #
|
|
3 # my screenrc
|
|
4 #
|
|
5
|
|
6 startup_message off
|
|
7 defscrollback 10000
|
|
8 hardstatus alwayslastline "%{KW} %{R}%H%{KW} < %-w%{Wk} %n %t %{-}%+w > %= %Y-%m-%d %c "
|
|
9
|
|
10 #termcapinfo xterm|xterms|xs|rxvt|urxvt ti@:te@
|
|
11
|
|
12 # startup programs
|
|
13
|
|
14 screen -t ROOT su
|
|
15 screen w3m marmaro.de
|
|
16 screen -t bash bash
|
|
17
|
|
18
|
|
19 # program bindings
|
|
20
|
|
21 bind R screen -t ROOT 0 su
|
|
22 bind M screen -t cplay 3 cplay -v
|
|
23 bind I screen -t icq 4 centericq
|
|
24
|
|
25
|
|
26 # control bindings
|
|
27
|
|
28 bind l windowlist -b
|
|
29 bind - title
|
|
30 bind n screen
|
|
31 bind o only
|
|
32 bind s split
|
|
33
|
|
34
|
|
35 # unbind
|
|
36
|
|
37 bind \'
|
|
38 bind \"
|
|
39 bind A
|
|
40 bind b
|
|
41 bind B
|
|
42 bind N
|
|
43 bind backspace
|
|
44 bind p
|
|
45 bind t
|
|
46 bind w
|
|
47 bind ,
|
|
48
|