From 47a0a3f433f820fc78d180884f6ca376fba97b73 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 12 Apr 2015 13:05:47 +0200 Subject: Tidy up everything :) --- screen/screenrc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 screen/screenrc (limited to 'screen/screenrc') diff --git a/screen/screenrc b/screen/screenrc new file mode 100644 index 0000000..3892176 --- /dev/null +++ b/screen/screenrc @@ -0,0 +1,34 @@ +#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 +bufferfile +bind b eval writebuf "exec !!! $HOME/.tools/screenout" + + -- cgit v1.2.3-54-g00ecf