Please bear with us as we work to restore functionality to dotfiles.org.
Loads some default stuff
# no copyright message
startup_message off
# less & vim "leftovers" disappear
altscreen on
# bigger scrollback buffer
defscrollback 1000
# disable the freaking visual bell
vbell off
# status bar at bottom - no date
caption always "%{= wk} %?%-Lw%?%{= kd} %n*%f %t %{= wk}%?%+Lw%?%{= wk}"
# so vim knows we're 256-color enabled. requires `infocmp screen-256color` from 7.04 ncurses-term or later
term "screen-256color"
# set terminal title w/ optional hardstatus
hardstatus string "[screen %n: %t]%? %h%?"
# create default development environment with named windows
# The \015 is a return
chdir $CODE/src
screen 0:svn
screen 1:lib
screen 2:nosetests
stuff "activate\015"
screen 3:ipython
stuff "activate\015ipython\015"
screen 4:
select 0