I am wanting to add a key map for using when follow hints mode is active, but cannot seem to find any way to add a keybinding for this mode.
I would like to add a C+N, C+P to be mapped to Tab and S+Tab while hints are displayed.
I appreciate any tips you might have.
Pentadactyl doesn't have those bindings for hints mode by default. Or did you mean you could remap them in Pentadactyl?
For the record, if anyone wants to change these bindings in hints mode in Pentadactyl, you can do so by adding the following commands to your .pentadactylrc
file:
:map -modes hints -b <C-n> <Tab>
:map -modes hints -b <C-p> <S-Tab>
Vimperator doesn't offer the ability to remap keys in hints mode, although you could probably do it with Javascript if you look into the source