Skip to content

Instantly share code, notes, and snippets.

@heywbj
Created September 18, 2014 15:31
Show Gist options
  • Select an option

  • Save heywbj/8880c2e77b900ceaddc7 to your computer and use it in GitHub Desktop.

Select an option

Save heywbj/8880c2e77b900ceaddc7 to your computer and use it in GitHub Desktop.
Vim configuratoin
syntax enable
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment