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 wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.screenrc	Wed Apr 25 20:42:44 2007 +0200
@@ -0,0 +1,48 @@
+# markus schnalke -- http://marmaro.de
+#
+# my screenrc
+#
+
+startup_message  off
+defscrollback 10000
+hardstatus alwayslastline "%{KW} %{R}%H%{KW}    < %-w%{Wk} %n %t %{-}%+w >    %= %Y-%m-%d %c "
+
+#termcapinfo xterm|xterms|xs|rxvt|urxvt ti@:te@
+
+# startup programs
+
+screen -t ROOT su
+screen w3m marmaro.de
+screen -t bash bash
+
+
+# program bindings
+
+bind R screen -t ROOT 0 su
+bind M screen -t cplay 3 cplay -v
+bind I screen -t icq 4 centericq
+
+
+# control bindings
+
+bind l windowlist -b
+bind - title
+bind n screen
+bind o only
+bind s split
+
+
+# unbind
+
+bind \'
+bind \"
+bind A
+bind b
+bind B
+bind N
+bind backspace
+bind p
+bind t
+bind w
+bind ,
+