let g:inkpot_black_background = 1 if &term =~ 'screen' set t_Co=256 endif colorscheme inkpot filetype on syntax on filetype plugin indent on set wrap set nocompatible set nobackup set backspace=indent,eol,start set history=1000 set ruler set showcmd set ttyfast set autoindent set shiftwidth=4 set softtabstop=4 set tabstop=4 "set textwidth=79 set cinoptions=(s,U1 set ignorecase set incsearch set hlsearch set scrolloff=4 set foldenable autocmd FileType haml setlocal sw=2 sts=2 ts=2 et autocmd FileType ruby setlocal sw=2 sts=2 ts=2 et autocmd FileType sh setlocal et