I am trying to figure out where the compile mapping (<leader>ll
) is defined in latex-suite and then mute that function. I want <leader>ll
to do something else. But after I define the new mapping in .vimrc
, I noticed that it will be overwritten by Latex-Suite when I edit a .tex
file.
Could anybody help me to fix the issue?
Thanks!