[Vim-latex-devel] short form for \cdot
Brought to you by:
srinathava,
tmaas
From: Liang G. <lia...@gm...> - 2011-07-27 23:08:04
|
Hello, I am just starting to use vim-latex package, and I am not quite sure that I am asking the question by using a right way. I am trying to use these shortcut of math elements (like `*, `0) to edit my tex file, they all work fine, except `. to map \cdot. I check the file $VIM/ftplugin/latex-suite/main.vim, it is there: call IMAP (g:Tex_Leader.'.', '\cdot', "tex"). So, do you know why it does not work? Thanks, Liang |