By default is mapped to gt command, which selects next tab. I want to pass-through to Crtl+Tab plugin which does MRU for tabs.

Any idea?

link|improve this question
feedback

1 Answer

you can map C-Tab to gt command and, maybe, Control-Shift-Tab to gT command.

:inoremap <C-Tab> gt
:inoremap <C-S-Tab> gT

save your vimperatorrc with :mkvimperatorrc!

link|improve this answer
by default, vimperator already does this, no need to remap – Yuan Mar 4 '11 at 10:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.