# stef's screenrc file # $Id: .screenrc,v 0.1 2009/06/14 18:49:35 stef Exp $ # use C-v instead of C-a, good for screen-in-screen sessions #defscape ^Vv #escape ^Vv # unbind these bind s bind q vbell off autodetach on startup_message off defscrollback 2048 #hardstatus alwayslastline "[%H] (%n.%t) %W [%c]" hardstatus alwayslastline "%{= kG}[%{G}%H%{g}] %= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%=%{g} [%{Y}%l%{g}][%{B}%d/%m %{W}%c%{g}]" # put hardstatus in window title (courtesy of Per-Åke) #termcapinfo xterm*|rxvt*|kterm*|Eterm* "hs:ts=\E]0;:fs=\007:ds=\E]0;\007" # eof