.screenrc
author Adam Gomaa <adam@gomaa.us>
Sun Dec 18 13:13:02 2011 -0500
changeset 521 67f37d330ad0
parent 340 460270bf8e8b
permissions -rw-r--r--
Remove project & _list_projects, I don't use them anymore.
     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 verbose on
    13 defscrollback 5000
    14 # Run everything in UTF-8.
    15 defutf8 on
    16 # If a window goes unresponsive, don't block the whole session waiting for it.
    17 defnonblock on
    18 # Clear screen after fullscreen apps - top, vim. 
    19 altscreen on
    20 bind \" windowlist -b -m
    21