From afb69b98047d51a578b6d9d7bb482c6c4c0e8482 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 13 Oct 2011 18:57:49 +0600 Subject: f --- files/.screenrc | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'files/.screenrc') diff --git a/files/.screenrc b/files/.screenrc index 9770c67..abdc069 100755 --- a/files/.screenrc +++ b/files/.screenrc @@ -1,6 +1,19 @@ -#caption always '%3n %t' -utf8 on on +hardstatus alwayslastline +#hardstatus string "%{= }%-w%{= bk}%50>%n %t%{-}%+w%<" +hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]' +startup_message off +altscreen on + defutf8 on -#caption always "%3n %t%? (%u)%?%?: %h%?" -hardstatus string "%h" -caption always "%{= kw} %-w%{= wk}%n*%t%{-}%+w%{= kw}" + +term rxvt +termcapinfo * ti@:te@ # Scroll buffer on [|] + +bindkey -k F1 next # Next tab on +bindkey -k F2 prev # Prev tab on + +bind j focus down +bind k focus up +bind + resize +5 +bind - resize -5 +bind = resize = -- cgit v1.2.3