.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.
gak9422e@0
     1
nethack on
gak9422e@0
     2
escape ``
gak9422e@0
     3
vbell off
gak9422e@0
     4
bind o other
code@2
     5
caption always "%H %= %-w%L>%{= BW}%n*%t%{-}%52<%+w %L="
gak9422e@0
     6
startup_message off
gak9422e@0
     7
deflogin on
gak9422e@0
     8
# Never, ever turn this off.
gak9422e@0
     9
autodetach on
gak9422e@0
    10
# Just in case it isn't clear...
gak9422e@0
    11
zombie cr
code@401
    12
verbose on
gak9422e@0
    13
defscrollback 5000
gak9422e@0
    14
# Run everything in UTF-8.
gak9422e@0
    15
defutf8 on
gak9422e@0
    16
# If a window goes unresponsive, don't block the whole session waiting for it.
gak9422e@0
    17
defnonblock on
gak9422e@0
    18
# Clear screen after fullscreen apps - top, vim. 
gak9422e@0
    19
altscreen on
code@340
    20
bind \" windowlist -b -m
gak9422e@0
    21