Skip to content

Instantly share code, notes, and snippets.

@ambakshi
Last active December 17, 2015 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambakshi/5687048 to your computer and use it in GitHub Desktop.
Save ambakshi/5687048 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment