aboutsummaryrefslogtreecommitdiff
path: root/ratpoison/screenrc
diff options
context:
space:
mode:
Diffstat (limited to 'ratpoison/screenrc')
-rw-r--r--ratpoison/screenrc33
1 files changed, 33 insertions, 0 deletions
diff --git a/ratpoison/screenrc b/ratpoison/screenrc
new file mode 100644
index 0000000..cb29f66
--- /dev/null
+++ b/ratpoison/screenrc
@@ -0,0 +1,33 @@
+#escape \\m
+defscrollback 5000
+vbell off
+startup_message off
+altscreen on
+
+
+#multiuser
+multiuser on
+acladd vasko
+
+# look and feel
+#caption always "%{= bb}%{+b w}%n %h %=%t %c"
+caption always "%{= bb}%{+b w}%n %{+b y}%H %=%{+b w}%t %c"
+hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
+
+activity "Activity in %t(%n)"
+
+# bind keys
+bind 'l' lastmsg
+bind 'q' meta
+bind ' ' screen
+bind 'a' title
+bind 'h' split -h
+bind 'v' split -v
+bind 'x' remove
+bind 'o' only
+bind 'r' resize
+
+# bind buffer
+bind b eval writebuf "exec !!! $HOME/.ratpoison/screenout"
+
+