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 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.
