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?
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?
1) Use pentadactyl instead of vimperator. (pentadactyl is a fork of vimperator) 2) put in ~/_pentadactylrc the following:
nm <C-Tab> <Pass>
nm <C-S-Tab> <Pass>
Then pentadactyl will pass these events directly to Firefox.
Since you want to pass-through, use:
:map <C-Tab> i<C-Tab>