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!
That mapping is most likely defined by your plugin's ftplugin. You can see where it is defined by executing this command in a
texbuffer:If the mapping is defined in an ftplugin, you can override it in
~/.vim/after/ftplugin/<filetype>.vim: