Skip to content

Instantly share code, notes, and snippets.

@JDevlieghere
Created June 9, 2015 13:38
Show Gist options
  • Save JDevlieghere/73c445be4a2dea02b3fb to your computer and use it in GitHub Desktop.
Save JDevlieghere/73c445be4a2dea02b3fb to your computer and use it in GitHub Desktop.
" 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