Re: [Vim-latex-devel] "`o" doesn't produce \omiga
Brought to you by:
srinathava,
tmaas
From: Mike R. <ri...@um...> - 2011-03-30 15:14:54
|
I think it should too. I forget whether it does nothing or expands to something else by default, but I get \omega by placing the following in my ~/.vim/ftplugin/tex.vim: call IMAP (g:Tex_Leader . 'o', '\omega', 'tex') Hope this helps! -MIke Richman On Wed, Mar 30, 2011 at 10:51 AM, Zhou Yi Chao <bro...@gm...> wrote: > "`o" doesn't produce \omiga. But I think it should. > |