Skip to content

Instantly share code, notes, and snippets.

@heywbj
Created February 4, 2015 19:04
Show Gist options
  • Select an option

  • Save heywbj/5dbae0fc5e344aa2f38a to your computer and use it in GitHub Desktop.

Select an option

Save heywbj/5dbae0fc5e344aa2f38a to your computer and use it in GitHub Desktop.
set hidden
set number
set background=dark
set ignorecase
set incsearch
set hlsearch
set autoindent
set expandtab
set shiftwidth=4
set tabstop=4
colo desert
command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ | diffthis | wincmd p | diffthis
execute pathogen#infect()
syntax on
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment