package vim-latexsuite
tag 407351 + wontfix help
thanks

Hi,

I fear that this Alt-i bug can't be solved properly because
(as some of you already mentioned) some terminals (gnome-terminal,
konsole, etc.) send "Esc i" when one types Alt-i.
Remapping "Esc i" is not a good solution because this key sequence is
typed often key-by-key when one leaves insert mode and returns to it
immediately.

To avoid this problem, one way might be something like
 imap ^[i <Plug>Tex_InsertItemOnThisLine
 set timeoutlen=10
in e.g. ~/.vim/ftplugin/tex.vim (type ^[ by Ctrl-V Esc ) but this would
not work on slow terminals and in my opinion, the timeoutlen option
should not be touched by a vim plugin at all.

A workaround would be replacing alt-i completely (see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256704#30 
for a suggestion).

The other mappings with Alt- are affected as well.

I would be glad, if someone can find a solution to this annoying
problem.

Best wishes,
 Johann Felix Soden





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to