The Ultimate Guide to Flawless Female Reading Glasses: See Clearly, Live Stylishly!
Vimium Options
Excluded URLs and keys
Patterns Keys to exclude
Disable Vimium on URLs.
"Patterns" are URL regular expressions. * will match zero or more characters.
"Keys": Vimium will exclude these keys and pass them through to the page.
Custom key mappings
# Insert your preferred key mappings here.
Enter commands to remap your keys. Available commands:
map j scrollDown
unmap j
unmapAll
" this is a comment
# this is also a comment
Show available commands.
Custom search engines
w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia
# More examples.
#
# (Vimium supports search completion Wikipedia, as
# above, and for these.)
#
# g: https://www.google.com/search?q=%s Google
# l: https://www.google.com/search?q=%s&btnI I'm feeling lucky...
# y: https://www.youtube.com/results?search_query=%s Youtube
# gm: https://www.google.com/maps?q=%s Google maps
# b: https://www.bing.com/search?q=%s Bing
# d: https://duckduckgo.com/?q=%s DuckDuckGo
# az: https://www.amazon.com/s/?field-keywords=%s
# qw: https://www.qwant.com/?q=%s Qwant
Add search-engine shortcuts to the Vomnibar. Format:
a: http://a.com/?q=%s
b: http://b.com/?q=%s description
" this is a comment
# this is also a comment
%s is replaced with the search terms.
For search completion, see here.
Advanced Options
Scroll step size
60
px
The size for basic movements (usually j/k/h/l).
Characters used for link hints
sadfjklewcmpgh
Reset
The characters placed next to each link after typing "f" to enter link-hint mode.
Use smooth scrolling
Use the link's name and characters for link-hint filtering
In link-hint mode, this option lets you select a link by typing its text.
Don't let pages steal the focus on load
Prevent pages from focusing an input on load (e.g. Google, Bing, etc.).
Hide the Heads Up Display (HUD) in insert mode
When enabled, the HUD will not be displayed in insert mode.
Hide update notifications
When enabled, "Vimium has been updated" notifications will not be shown.
Treat find queries as JavaScript regular expressions
Switch back to plain find mode by using the \R escape sequence.
Ignore keyboard layout
This forces the use of en-US QWERTY layout and can be helpful for non-Latin keyboards.
Previous patterns
prev,previous,back,older,<,‹,←,«,≪,<<
Reset
The "navigate to previous page" command uses these patterns to find the link to follow.
Next Vimium Options
Excluded URLs and keys
Patterns Keys to exclude
Disable Vimium on URLs.
"Patterns" are URL regular expressions. * will match zero or more characters.
"Keys": Vimium will exclude these keys and pass them through to the page.
Custom key mappings
# Insert your preferred key mappings here.
Enter commands to remap your keys. Available commands:
map j scrollDown
unmap j
unmapAll
" this is a comment
# this is also a comment
Show available commands.
Custom search engines
w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia
# More examples.
#
# (Vimium supports search completion Wikipedia, as
# above, and for these.)
#
# g: https://www.google.com/search?q=%s Google
# l: https://www.google.com/search?q=%s&btnI I'm feeling lucky...
# y: https://www.youtube.com/results?search_query=%s Youtube
# gm: https://www.google.com/maps?q=%s Google maps
# b: https://www.bing.com/search?q=%s Bing
# d: https://duckduckgo.com/?q=%s DuckDuckGo
# az: https://www.amazon.com/s/?field-keywords=%s
# qw: https://www.qwant.com/?q=%s Qwant
Add search-engine shortcuts to the Vomnibar. Format:
a: http://a.com/?q=%s
b: http://b.com/?q=%s description
" this is a comment
# this is also a comment
%s is replaced with the search terms.
For search completion, see here.
Advanced Options
Scroll step size
60
px
The size for basic movements (usually j/k/h/l).
Characters used for link hints
sadfjklewcmpgh
Reset
The characters placed next to each link after typing "f" to enter link-hint mode.
Use smooth scrolling
Use the link's name and characters for link-hint filtering
In link-hint mode, this option lets you select a link by typing its text.
Don't let pages steal the focus on load
Prevent pages from focusing an input on load (e.g. Google, Bing, etc.).
Hide the Heads Up Display (HUD) in insert mode
When enabled, the HUD will not be displayed in insert mode.
Hide update notifications
When enabled, "Vimium has been updated" notifications will not be shown.
Treat find queries as JavaScript regular expressions
Switch back to plain find mode by using the \R escape sequence.
Ignore keyboard layout
This forces the use of en-US QWERTY layout and can be helpful for non-Latin keyboards.
Previous patterns
prev,previous,back,older,<,‹,←,«,≪,<<
Reset
The "navigate to previous page" command uses these patterns to find the link to follow.
Next patterns
next,more,newer,>,›,→,»,≫,>>
Reset
The "navigate to next page" command uses these patterns to find the link to follow.
New tab URL
about:newtab
Reset
The page to open with the "create new tab" command. Set this to "pages/blank.html" for a blank page (except incognito mode).
CSS for Vimium UI
div > .vimiumHintMarker {
/* linkhint boxes */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785),
color-stop(100%,#FFC542));
border: 1px solid #E3BE23;
}
div > .vimiumHintMarker span {
/* linkhint text */
color: black;
font-weight: bold;
font-size: 12px;
}
div > .vimiumHintMarker > .matchingCharacter {
}
Reset
These styles are applied to link hints, the Vomnibar, the help dialog, the exclusions pop-up and the HUD.
By default, this CSS is used to style the characters next to each link hint.
These styles are used in addition to and take precedence over Vimium's default styles.
Backup and Restore
Backup
Download backup
Download a backup of your settings.
Restore
未选择任何文件
Choose a backup file to restore.
Type ? to show the help dialog.
Type Ctrl-Enter to save all options.
next,more,newer,>,›,→,»,≫,>>
Reset
The "navigate to next page" command uses these patterns to find the link to follow.
New tab URL
about:newtab
Reset
The page to open with the "create new tab" command. Set this to "pages/blank.html" for a blank page (except incognito mode).
CSS for Vimium UI
div > .vimiumHintMarker {
/* linkhint boxes */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785),
color-stop(100%,#FFC542));
border: 1px solid #E3BE23;
}
div > .vimiumHintMarker span {
/* linkhint text */
color: black;
font-weight: bold;
font-size: 12px;
}
div > .vimiumHintMarker > .matchingCharacter {
}
Reset
These styles are applied to link hints, the Vomnibar, the help dialog, the exclusions pop-up and the HUD.
By default, this CSS is used to style the characters next to each link hint.
These styles are used in addition to and take precedence over Vimium's default styles.
Backup and Restore
Backup
Download backup
Download a backup of your settings.
Restore
未选择任何文件
Choose a backup file to restore.
Type ? to show the help dialog.
Type Ctrl-Enter to save all options.
Comments
Post a Comment