~ ha1f /.vimrc
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>