Created
February 4, 2015 19:04
-
-
Save heywbj/5dbae0fc5e344aa2f38a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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