aboutsummaryrefslogtreecommitdiff
path: root/ratpoison/screenrc
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2014-02-23 16:59:47 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2014-02-23 16:59:47 +0100
commit4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46 (patch)
treed596ad6a67295d3f46e4ab189fd2b3539ea83c10 /ratpoison/screenrc
downloaddotfiles-4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46.tar.gz
dotfiles-4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46.tar.bz2
dotfiles-4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46.zip
First commit of dotfiles.
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"
+
+