From 4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 23 Feb 2014 16:59:47 +0100 Subject: First commit of dotfiles. --- ratpoison/screenrc | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ratpoison/screenrc (limited to 'ratpoison/screenrc') 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" + + -- cgit v1.2.3-54-g00ecf