Skip to content

Instantly share code, notes, and snippets.

@iamamused
Created January 18, 2013 21:19
Show Gist options
  • Save iamamused/4568628 to your computer and use it in GitHub Desktop.
Save iamamused/4568628 to your computer and use it in GitHub Desktop.
VIM config
set expandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4
set autoindent
set backspace=2
set nocompatible
set noerrorbells
set esckeys
set laststatus=2
set ruler
set showmatch
set whichwrap=<,>,h,l,[,]
set hlsearch
set number
set background=dark
colorscheme evening
if &t_Co > 1
syntax enable
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment