ambakshi
5/31/2013 - 6:45 PM

Basic vimrc

Basic vimrc

set nocompatible
filetype plugin indent on
" set t_Co=256
set t_Co=8
syntax on
set bs=indent,eol,start
set ts=4 sts=4 expandtab shiftround smarttab shiftwidth=4
set hlsearch showmatch ignorecase incsearch smartcase
set noerrorbells
set showcmd title cmdheight=2
if has('mouse')
    set mouse=a
endif
colorscheme darkblue
au FileType perl setl sw=8 ts=8 sts=8 noet