Vim is an advanced text editor and IMproved version of the Unix editor Vi.
23
votes
4answers
8k views
How to setup synctex with vim, pdflatex and an open-source PDF-viewer under Linux?
Inspired by the comments to this answer I am curious how to actually setup and use forward/reverse (inverse) search with vim, pdflatex and an open-source PDF-viewer under Linux.
Btw, to give more ...
9
votes
1answer
819 views
How to use the vim quickfix mode for LaTeX?
One nice feature of vim is the quickfix mode (:help quickfix) - after calling :make you can navigate through the error messages of e.g. your C compiler and vim jumps to the right locations.
How do I ...
20
votes
2answers
2k views
Intelligent paragraph reflowing in vim?
I'm not sure whether this is an appropriate question for tex.SE. If you think questions like this should not be asked here, please voice you concern. If necessary I'll open a question on meta.
For ...
6
votes
2answers
1k views
Configuring vim to only check spelling in text regions
Is there a way to configure vim so that it only checks spelling in the text regions of tex files?