Skip to content

Instantly share code, notes, and snippets.

@robinedwards
Created August 2, 2012 14:58
Show Gist options
  • Save robinedwards/3237659 to your computer and use it in GitHub Desktop.
Save robinedwards/3237659 to your computer and use it in GitHub Desktop.
vim
set backspace=indent,eol,start
set incsearch
set noshowmatch
nohlsearch
set ruler
set smartcase
syntax on
set softtabstop=4
set shiftwidth=4
set tabstop=4
set smarttab
set expandtab
set autoindent
set list listchars=trail:· " show evil trailing whitespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment