[Vim-latex-devel] Problem with <Alt+I> Makro
Brought to you by:
srinathava,
tmaas
From: Richard M. <ric...@in...> - 2010-01-27 10:17:16
|
Hi, 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? Kind regards, Richard Mueller |