Re: [Vim-latex-devel] help needed with \ll and \lv shortcuts
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-01-10 05:56:03
|
On Thu, 9 Jan 2003, Srinath Avadhanula wrote: > > One bug: The documentation says that "SPG" gives a \paragraph, > > but "SPR" does. > > > I'll fix this now... > I actually ended up changing the map for \paragraph to SPG instead of fixing the documentation... SPG seems a more logical choice. > > 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)). Thanks, Srinath |