Re: [Vim-latex-devel] help needed with \ll and \lv shortcuts
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2003-01-10 11:50:48
|
Srinath Avadhanula wrote: >>>call IMAP (g:Tex_Leader.'M', "\\sum_{<++>}^{<++>}<++>", 'tex') >>> >> >>This is an excellent suggestion thanks. I've added this, but the problem >>with this is that because g:Tex_Leader is "`" by default, therefore at >>the beginning of a quote, you press M, you'll get \sum.. which will > > > I have taken care of this problem. In the latest version `M expands to > \sum except when it is preceded by ` or \ (so that we can type ``Moo and > \`M (for diacritics)). I would prefer "S" for "sun" instead of "M". Is this already taken? --Benji |