Created
June 9, 2015 13:38
-
-
Save JDevlieghere/73c445be4a2dea02b3fb 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
" LaTeX | |
let g:Tex_DefaultTargetFormat = 'pdf' | |
let g:Tex_MultipleCompileFormats='pdf, aux' | |
let g:Imap_FreezeImap=1 " Disable mappings | |
let Tex_FoldedSections='' " Disable folding sections | |
let Tex_FoldedEnvironments='' " Disable folding environments | |
let Tex_FoldedMisc='' " Disable folding miscellaneous | |
set iskeyword+=: | |
map <F9> :w<cr><leader>ll | |
if has("win32") | |
let g:Tex_ViewRule_pdf = 'SumatraPDF -reuse-instance' | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment