5 kx #
5 kx # Example of a user's .screenrc file
5 kx #
5 kx
5 kx # This is how one can set a reattach password:
5 kx # password ODSJQf.4IJN7E # "1234"
5 kx
5 kx # no annoying audible bell, please
5 kx vbell on
5 kx
5 kx # detach on hangup
5 kx autodetach on
5 kx
5 kx # don't display the copyright page
5 kx startup_message off
5 kx
5 kx # emulate .logout message
5 kx pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
5 kx
5 kx # advertise hardstatus support to $TERMCAP
5 kx # termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'
5 kx
5 kx # make the shell in every window a login shell
5 kx #shell -$SHELL
5 kx
5 kx # autoaka testing
5 kx # shellaka '> |tcsh'
5 kx # shellaka '$ |sh'
5 kx
5 kx # set every new windows hardstatus line to somenthing descriptive
5 kx # defhstatus "screen: ^En (^Et)"
5 kx
5 kx defscrollback 1000
5 kx
5 kx # don't kill window after the process died
5 kx # zombie "^["
5 kx
5 kx # enable support for the "alternate screen" capability in all windows
5 kx # altscreen on
5 kx
5 kx ################
5 kx #
5 kx # xterm tweaks
5 kx #
5 kx
5 kx #xterm understands both im/ic and doesn't have a status line.
5 kx #Note: Do not specify im and ic in the real termcap/info file as
5 kx #some programs (e.g. vi) will not work anymore.
5 kx termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
5 kx terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
5 kx
5 kx #80/132 column switching must be enabled for ^AW to work
5 kx #change init sequence to not switch width
5 kx termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l
5 kx
5 kx # Make the output buffer large for (fast) xterms.
5 kx #termcapinfo xterm* OL=10000
5 kx termcapinfo xterm* OL=100
5 kx
5 kx # tell screen that xterm can switch to dark background and has function
5 kx # keys.
5 kx termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l'
5 kx termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~'
5 kx termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~'
5 kx
5 kx # special xterm hardstatus: use the window title.
5 kx termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
5 kx
5 kx #terminfo xterm 'vb=\E[?5h$<200/>\E[?5l'
5 kx termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l'
5 kx
5 kx # emulate part of the 'K' charset
5 kx termcapinfo xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337'
5 kx
5 kx # xterm-52 tweaks:
5 kx # - uses background color for delete operations
5 kx termcapinfo xterm* be
5 kx
5 kx ################
5 kx #
5 kx # wyse terminals
5 kx #
5 kx
5 kx #wyse-75-42 must have flow control (xo = "terminal uses xon/xoff")
5 kx #essential to have it here, as this is a slow terminal.
5 kx termcapinfo wy75-42 xo:hs@
5 kx
5 kx # New termcap sequences for cursor application mode.
5 kx termcapinfo wy* CS=\E[?1h:CE=\E[?1l:vi=\E[?25l:ve=\E[?25h:VR=\E[?5h:VN=\E[?5l:cb=\E[1K:CD=\E[1J
5 kx
5 kx ################
5 kx #
5 kx # other terminals
5 kx #
5 kx
5 kx # make hp700 termcap/info better
5 kx termcapinfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
5 kx
5 kx # Extend the vt100 desciption by some sequences.
5 kx termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC
5 kx terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC
5 kx termcapinfo linux C8
5 kx # old rxvt versions also need this
5 kx # termcapinfo rxvt C8
5 kx
5 kx
5 kx ################
5 kx #
5 kx # keybindings
5 kx #
5 kx
5 kx #remove some stupid / dangerous key bindings
5 kx bind k
5 kx bind ^k
5 kx bind .
5 kx bind ^\
5 kx bind \\
5 kx bind ^h
5 kx bind h
5 kx #make them better
5 kx bind 'K' kill
5 kx bind 'I' login on
5 kx bind 'O' login off
5 kx bind '}' history
5 kx
5 kx # Yet another hack:
5 kx # Prepend/append register [/] to the paste if ^a^] is pressed.
5 kx # This lets me have autoindent mode in vi.
5 kx register [ "\033:se noai\015a"
5 kx register ] "\033:se ai\015a"
5 kx bind ^] paste [.]
5 kx
5 kx ################
5 kx #
5 kx # default windows
5 kx #
5 kx
5 kx # screen -t local 0
5 kx # screen -t mail 1 mutt
5 kx # screen -t 40 2 rlogin server
5 kx
5 kx # caption always "%3n %t%? @%u%?%? [%h]%?%=%c"
5 kx # hardstatus alwaysignore
5 kx # hardstatus alwayslastline "%Lw"
5 kx
5 kx # bind = resize =
5 kx # bind + resize +1
5 kx # bind - resize -1
5 kx # bind _ resize max
5 kx #
5 kx # defnonblock 1
5 kx # blankerprg rain -d 100
5 kx # idle 30 blanker