.screenrc
author Adam Gomaa <code@adam.gomaa.us>
Sun Oct 18 10:02:09 2009 -0400
changeset 340 460270bf8e8b
parent 2 257663fd548b
child 401 d8496203c339
permissions -rw-r--r--
Use last-used ordering on windowlist.
     1 nethack on
     2 escape ``
     3 vbell off
     4 bind o other
     5 caption always "%H %= %-w%L>%{= BW}%n*%t%{-}%52<%+w %L="
     6 startup_message off
     7 deflogin on
     8 # Never, ever turn this off.
     9 autodetach on
    10 # Just in case it isn't clear...
    11 zombie cr
    12 defscrollback 5000
    13 # Run everything in UTF-8.
    14 defutf8 on
    15 # If a window goes unresponsive, don't block the whole session waiting for it.
    16 defnonblock on
    17 # Clear screen after fullscreen apps - top, vim. 
    18 altscreen on
    19 bind \" windowlist -b -m
    20