dotfiles

view .screenrc @ 3:4c1ead2dc501

xinitrc and screenrc added; code cleanups
author meillo@marmaro.de
date Wed, 25 Apr 2007 20:42:44 +0200
parents
children 68dd6ae11835
line source
1 # markus schnalke -- http://marmaro.de
2 #
3 # my screenrc
4 #
6 startup_message off
7 defscrollback 10000
8 hardstatus alwayslastline "%{KW} %{R}%H%{KW} < %-w%{Wk} %n %t %{-}%+w > %= %Y-%m-%d %c "
10 #termcapinfo xterm|xterms|xs|rxvt|urxvt ti@:te@
12 # startup programs
14 screen -t ROOT su
15 screen w3m marmaro.de
16 screen -t bash bash
19 # program bindings
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
26 # control bindings
28 bind l windowlist -b
29 bind - title
30 bind n screen
31 bind o only
32 bind s split
35 # unbind
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 ,