dotfiles

diff .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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.screenrc	Wed Apr 25 20:42:44 2007 +0200
     1.3 @@ -0,0 +1,48 @@
     1.4 +# markus schnalke -- http://marmaro.de
     1.5 +#
     1.6 +# my screenrc
     1.7 +#
     1.8 +
     1.9 +startup_message  off
    1.10 +defscrollback 10000
    1.11 +hardstatus alwayslastline "%{KW} %{R}%H%{KW}    < %-w%{Wk} %n %t %{-}%+w >    %= %Y-%m-%d %c "
    1.12 +
    1.13 +#termcapinfo xterm|xterms|xs|rxvt|urxvt ti@:te@
    1.14 +
    1.15 +# startup programs
    1.16 +
    1.17 +screen -t ROOT su
    1.18 +screen w3m marmaro.de
    1.19 +screen -t bash bash
    1.20 +
    1.21 +
    1.22 +# program bindings
    1.23 +
    1.24 +bind R screen -t ROOT 0 su
    1.25 +bind M screen -t cplay 3 cplay -v
    1.26 +bind I screen -t icq 4 centericq
    1.27 +
    1.28 +
    1.29 +# control bindings
    1.30 +
    1.31 +bind l windowlist -b
    1.32 +bind - title
    1.33 +bind n screen
    1.34 +bind o only
    1.35 +bind s split
    1.36 +
    1.37 +
    1.38 +# unbind
    1.39 +
    1.40 +bind \'
    1.41 +bind \"
    1.42 +bind A
    1.43 +bind b
    1.44 +bind B
    1.45 +bind N
    1.46 +bind backspace
    1.47 +bind p
    1.48 +bind t
    1.49 +bind w
    1.50 +bind ,
    1.51 +