Skip to content

Instantly share code, notes, and snippets.

@petyosi
Created April 16, 2010 15:38
Show Gist options
  • Save petyosi/368581 to your computer and use it in GitHub Desktop.
Save petyosi/368581 to your computer and use it in GitHub Desktop.
# set a big scrolling buffer
vbell off
defscrollback 10000
# Set the caption on the bottom line
caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= @%H - %c"
startup_message off
msgwait 2
autodetach on
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
# caption always "%{rk}%?%-Lw%?%{-b}(%{+b}%n %t%{-b})%{-b}%?(%u)%?%{rk}%?%+Lw%?%="
#terminfo and termcap for nice 256 color terminal
# allow bold colors - necessary for some reason
attrcolor b ".I"
# erase background with current bg color
defbce "on"
shell /bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment