-
-
Notifications
You must be signed in to change notification settings - Fork 261
How to ... on Vomnibar
Dahan Gong edited this page Dec 4, 2020
·
4 revisions
- How to always search queries case-insensitively?
- When mapping Vomnibar commands, add an option of
icase
in "Custom key mappings" on Vimium C Options. - For example,
map o Vomnibar.activate icase
.
- I don't want people to see my history in the bar when recording my screen. Or I don't want to search in tabs.
- Add
engines: Enum
: to do so. For example,map o Vomnibar.activate engines=29
-
engines
should be composed flags ofbookmark = 1, history = 2, tab = 4, search = 8, domain = 16