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?
Since you want to pass-through, use:
:map <C-Tab> i<C-Tab>
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!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With