Vimperator pass-through/unset <C-Tab> by default
Asked Answered
O

3

7

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?

Outbuilding answered 11/10, 2009 at 19:6 Comment(0)
F
3

Since you want to pass-through, use:

:map <C-Tab> i<C-Tab>

Foretaste answered 7/6, 2014 at 17:24 Comment(0)
A
1

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!

Apoplexy answered 5/1, 2011 at 15:30 Comment(0)
C
-1

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.

Charter answered 18/7, 2012 at 20:28 Comment(3)
and :mkpentadactylrc will save them (add an ! to the end to overwrite existing)Cuyp
do these work in insert mode? I think they only work in normal modeCuyp
In my experience, pentadactyl stops working everytime FF updates, which is why I switched to vimperator in the first place.Shawm

© 2022 - 2024 — McMap. All rights reserved.