Re: [Vim-latex-devel] [Contact] Save before compilation?
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2004-05-21 17:38:28
|
On Fri, 21 May 2004, Michael Scharkow wrote: > > compilation with \\ll . In fact, I don\'t know why I would want my document not to be > saved before it\'s latexed. Is there a simple way to add a save hook before > compilation? > Yes... Add the following to your ~/.vim/ftplugin/tex.vim nmap <buffer> <leader>ll :w<cr><Plug>Tex_Compile Srinath |