Re: [Vim-latex-devel] Problem with <Alt+I> Makro
Brought to you by:
srinathava,
tmaas
From: Till M. <ope...@ti...> - 2010-01-28 23:33:21
|
On Wed, Jan 27, 2010 at 11:16:19AM +0100, Richard Müller wrote: > I am using MacVim (latest version from port) with VIM-Latex (latest > version vim-latex-1.8.23-20091230-r1079) and experience a problem with > the alt key macro <Alt+I>. > In order to use the alt key macros under Mac OS X 10.6 I remapped them with > > imap <C-b> <Plug>Tex_MathBF > imap <C-c> <Plug>Tex_MathCal > imap <C-l> <Plug>Tex_LeftRight > imap <C-i> <Plug>Tex_InsertItem > > in the ~/.vimrc file. The first three macros work perfectly, but I get > strange behaviour using the last one. > Whenever I use <C-i> in for example an enumerate environment, a small > "m" appears for one second and then turns into "Tex_InsertItem". > The same strange behaviour is described in this old bug report: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256704 > How can this be fixed? The documentation was wrong, you need to use "<Plug>Tex_InsertItemOnThisLine". Also The <Alt+I> macro was never defined, but this is fixed in revision 1101. Regards Till |