Please bear with us as we work to restore functionality to dotfiles.org.
# basic settings
startup_message off
vbell off
defscrollback 512
shell -$SHELL
shelltitle sh
autodetach on
# enable SHIFT-PGUP / SHIFT-PGDOWN scroll
termcapinfo rxvt ti@:te@
termcapinfo xterm ti@:te@
# change window with ALT-Q ALT-W
bindkey "^[q" prev
bindkey "^[w" next
# status // change %{= M} --> %{= kM} to display status on black background
hardstatus alwayslastline '%{= M}%H%{= G} %l %= %{= w}%-w%{+b r}%n*%t%{-b r}%{w}%+w %= %{c}%d %D %{B}%c'