Icon Vimium C Options
Excluded URLs
and keys
Wholly or partially disable Vimium C. A "Pattern" is a JS regular expression if it starts with "^", or ":" + the header of a URL. Otherwise it will be converted.
If "Keys" is empty, Vimium C gets wholly disabled;
if "Keys" starts with "^", only listed keys are enabled,
and all others are passed through;
otherwise, just the listed keys are passed through.
Custom key
mappings
The related option "" is enabled
Remap keys and commands. Some examples:
map <f1> LinkHints.activate
unmap <a-s-f>
mapKey <a-e> <esc> 
shortcut createTab position="end"
shortcut userCustomized1 command="goBack"
# "unmapAll" unmaps all above and default
Show available commands. Auto resize.
How to map keys in another keyboard layout?
Global shortcuts are on chrome://extensions/…. More?
Characters used
for link hints
The related option "" is enabled; Delete all to reset this option.
The characters placed next to each link after typing "f" to enter link-hint mode.
Default search
engine
Delete all to reset this option.
Used when no search engine (or "~") matched.
Custom search
engines
Delete all to reset this option.
Define search engines to build URLs. Format:
a|A|MainName: https://a.com/?q=%s
js\:|JS: javascript:\ $S; Run JavaScript
key: https://c.com/$s/space=\s\ space_end
# this is a comment
$s will be replaced with real queries. Auto resize .
How to write advanced search engine rules?
Advanced Options