[Vim-latex-devel] \ll doesn't trigger the compilation
Brought to you by:
srinathava,
tmaas
From: Qiuye W. <qi...@gm...> - 2011-10-26 02:46:15
|
Hey list, I've noticed that the \ll shortcut doesn't trigger the compilation, but I can launch it by mouseclick in the latexsuite menu of gvim. In the normal mode when I press \ll, the cursor just moves left twice, which is the right behavior without the mapleader. by :map I got n \rf @<Plug>Tex_RefreshFolds n \ls @<Plug>Tex_ForwardSearch n \lv @<Plug>Tex_View v \ll @<Plug>Tex_Compile n \ll @<Plug>Tex_Compile ... and BTW, the rest shortcuts of this list don't work either, which also can be launched through the menu. I've also changed the mapleader by g:mapleader="<space>" or "<F11>" Well, can see this change in the menu, but still nothing happens when <mapleader>ll is pressed. Now I have no clue, don't know how to fix it. Any idea? Regards, QY -- Linux version 3.0.0-2-686-pae Debian GNU/Linux wheezy/sid |