~ cadizm /.vimrc

filetype plugin on
set nocompatible
set linebreak
set hlsearch
set incsearch
set tabstop=4
set shiftwidth=4
set expandtab
set nowrap
set backupdir=~/.backup
set ruler
set vb
set ignorecase
set shellslash
set grepprg=grep\ -nH\ $*

autocmd FileType ruby setlocal shiftwidth=2 | setlocal tabstop=2
autocmd FileType eruby setlocal shiftwidth=2 | setlocal tabstop=2
autocmd FileType html setlocal shiftwidth=2 | setlocal tabstop=2

map <C-Tab> :tabn<CR>
map <C-S-Tab> :tabp<CR>
imap <M-BS> <Esc>bdwa