Vim-LaTeX - Preview & Build

Vim-LaTeX is a really nice tool but it, surprisingly, doesn't have a default binding for build and preview. Et voila.

Plain" Link the quickbuild and preview together " F1 can cause some weirdness with gnu:screen so use F4 autocmd FileType tex :nmap <F4> \ll\lv autocmd FileType tex :imap <F4> <ESC>\ll\lvgi
Add Comment