Hints/.screenrc

From Gainesville Ruby Users Group wiki

< Hints
Revision as of 19:17, 9 September 2009 by Cvk (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Set command character to Ctrl-] :

escape ^]]

Disable annoying visual bell ("Wuff ---- Wuff!!"):

vbell off
defscrollback 100000

Christian's (vK) .screenrc

escape ^]]
startup_message off
defflow auto
defscrollback 5000
altscreen on
autodetach on
msgwait 3

#change the hardstatus settings to
#give an window list at the bottom of the
#screen, with the time and date and with the current window highlighted
defutf8 on
hardstatus alwayslastline                                        
hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}]%{=b C}[ %m/%d %c ]%{W}'

startup_message off