|
Currently I'm using Gummi for my latex'ing, but I'd like to move it to vim. Any good tips, guides, relevant vimrc excerpts, plugins or whatever? |
|
I've mapped enter as follows
Which allows me to run pdflatex by pressing enter within vim, with the following command:
Further more i'm using Snipmate with vim-snippets and neocomplcache. Other than that, i've got the following few lines in my vimrc, which should be self explanatory.
|
|
Personally I like a vim-setup quite similar to gummy: I'll have 3 windows:
This way every time I save myfile.tex or dependant files in vim, latexmk will autocompile, and evince will update my view. Also.. many distributions have pre-installed with vim the vim-latex suite, which contains a handfull of mapped shortcuts and abbrieviations, find a list of some of them in |
|
I have installed latexmk (will automatically run as many times as needed to get citations and references right) and use the following in ~/.vimrc :
|