screen & vim defaults

Only posting these here because I keep copying these defaults between systems; it’s about high time I come up with a better way of syncing all my settings across boxes though …

my ~/.screenrc

hardstatus alwayslastline
startup_message off
scrollback 15000
hardstatus string '%{= kG}%-Lw%{= kW}%50> %n*%f %t%{= kG}%+Lw%< %{= kG}%-=%D %m/%d/%y | %C:%s %A | (box-name) %1`%{-}'

my ~/.vimrc

set expandtab
set nocompatible
set background=dark
syntax on
set ruler
set ts=4
set sw=4