Hmmm, yep. I just tested. gvim and MacVim both don't differentiate tab and ctrl_i!
*/#!/*JoePea On Sat, Oct 4, 2014 at 12:34 PM, Ingo Karkat <[email protected]> wrote: > On 04-Oct-2014 15:43 +0200, Bram Moolenaar wrote: > > > Not sure what your problem is. This works just fine: > > > > imap <C-I> <Up> > > > > It does require gvim, since a terminal doesn't make a difference between > > Tab and CTRL-I. > > No, even GVIM does not differentiate between <C-I> and <Tab>; that's > what's causing so many people grief, and is the motivation for > redesigning Vim's input handling. > > ,----[ demo ]---- > | :imap <C-I> C-I > | :imap <Tab> Tab > | :imap <C-I> > | i <Tab> Tab > `---- > > -- regards, ingo > > -- > -- > You received this message from the "vim_dev" 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 > > --- > You received this message because you are subscribed to a topic in the > Google Groups "vim_dev" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/vim_dev/2bp9UdfZ63M/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
