On Sep 16, 5:30 am, "[email protected]" <[email protected]> wrote: > Hi, > > in .vimrc I use this: > > imap <A-i> \*<TAB> > > This works. However, when I try to create a composed key e with accent > ' (that is: é), then in vim I get the output for the above imap... > > What might be the reason here? >
But how do you enter composed characters normally? On windows, <A-i> gives me that character, so what you're describing would be expected. If you're using digraphs, are you sure you didn't put "iab <A-i> \*<TAB>" by mistake? That would cause the result you described. With an imap, using a digraph ( ^k'e) wouldn't trigger the rhs. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
