~ ha1f /.vimrc

Lets you jump to different tabs rather easily. set term=xterm keeps things working for xterm + screen.
set showcmd
syntax on
set number
set shiftwidth=2
set tabstop=2
"set list listchars=tab:»»,trail:·
set autoindent
set smartindent
set nocompatible
filetype on
set backspace=2
set noerrorbells
set noexpandtab
set smarttab
set term=xterm
set textwidth=80
map <M-t> :tabnew<CR>
map <M-left> :tabprevious<CR>
map <M-right> :tabnext<CR>