dotfiles

view .screenrc @ 4:68dd6ae11835

lots of minor adjustments; some major things in bashrc & inputrc
author meillo@marmaro.de
date Tue, 04 Sep 2007 22:04:31 +0200
parents 4c1ead2dc501
children
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 sudo su
15 screen w3m marmaro.de
16 screen -t bash bash
19 # program bindings
21 bind R screen -t ROOT 0 sudo 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 2
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 ,