# $Id: screenrc,v 1.5 1999/09/15 01:20:57 friedman Exp $
# Use with screen 3.9.4 or later.

multiuser       on
nonblock        off
acladd          friedman
#aclchg         * +rwx '?#'
defwritelock    off

defautonuke     off
defescape       '^^\^'
defflow         off
deflogin        off
defmode         0620
defmonitor      off
defobuflimit    1024
defscrollback   100
defwrap         on

activity        'Activity in window %n (%t) %D %y-%m-%d %w'
allpartial      off
autodetach      on
bell_msg        'Bell in window %n (%t) %D %y-%m-%d %w'
caption         splitonly "%3n %t %M %d %c %l %u"
chdir           ${HOME}
compacthist     on
#console        on
crlf            off
escape          '^^\^'
hardcopy_append on
hardcopydir     ${HOME}/tmp
logfile         ${HOME}/tmp/screenlog.%n
#height         60
markkeys        'h=^B:l=^F:$=^E'
msgminwait      1
msgwait         10
nethack         off
startup_message off
vbell           off
vbell_msg       ''
vbellwait       1
#width          80
zombie          q

# Add emacs-style window-splitting bindings (shifted)
bind ')'        remove
bind '!'        only
bind '@'        split
bind 'O'        focus

# I don't like quit, kill, etc. to be bound to keys that are too easy to
# press accidentally.  Make myself have to use :-commands.
bind '\\'
bind '^\'
bind 'd'
bind '^d'
bind 'K'
bind 'k'
bind '^k'
bind '^g'

# screenrc ends here
