dotfiles

diff .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 diff
     1.1 --- a/.screenrc	Wed Apr 25 20:42:44 2007 +0200
     1.2 +++ b/.screenrc	Tue Sep 04 22:04:31 2007 +0200
     1.3 @@ -11,14 +11,14 @@
     1.4  
     1.5  # startup programs
     1.6  
     1.7 -screen -t ROOT su
     1.8 +screen -t ROOT sudo su
     1.9  screen w3m marmaro.de
    1.10  screen -t bash bash
    1.11  
    1.12  
    1.13  # program bindings
    1.14  
    1.15 -bind R screen -t ROOT 0 su
    1.16 +bind R screen -t ROOT 0 sudo su
    1.17  bind M screen -t cplay 3 cplay -v
    1.18  bind I screen -t icq 4 centericq
    1.19  
    1.20 @@ -27,7 +27,7 @@
    1.21  
    1.22  bind l windowlist -b
    1.23  bind - title
    1.24 -bind n screen
    1.25 +bind n screen 2
    1.26  bind o only
    1.27  bind s split
    1.28