Created
June 1, 2012 15:35
-
-
Save schneider42/2853000 to your computer and use it in GitHub Desktop.
.vimrc
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 shiftwidth=4 | |
syntax enable | |
set ts=4 | |
set number | |
colorscheme elflord | |
set shiftround | |
set expandtab | |
set autoindent | |
set viminfo='10,\"1000,:20,%,n~/.viminfo | |
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif | |
filetype plugin on | |
set grepprg=grep\ -nH\ $* | |
let g:tex_flavor='latex' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment