-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathvimium-options.json
More file actions
48 lines (48 loc) · 4 KB
/
vimium-options.json
File metadata and controls
48 lines (48 loc) · 4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"keyMappings": "map <tab> Vomnibar.activateInNewTab\nmap <c-t> Vomnibar.activateInNewTab\nmap <c-d> scrollFullPageDown\nmap <c-u> scrollFullPageUp\nmap h previousTab\nmap l nextTab\nmap d removeTab\nmap u restoreTab\nmap H moveTabLeft\nmap L moveTabRight\nmap J goBack\nmap K goForward\nmap y copyCurrentUrl\nmap T Vomnibar.activateEditUrlInNewTab\n\nunmap v\nmap vf createTab https://mangadex.org/titles/feed\nmap vy createTab https://bardiel.magi.vpn:9095/\nmap vv createTab https://rootly.com/account/alerts\nmap vb createTab https://beaconcha.in/dashboard?validators=5977,5978,5979\nmap vp createTab https://mail.proton.me/u/120/inbox\nmap vc createTab http://caspair.magi.vpn/\nmap vm createTab https://mail.google.com/mail/u/0/#inbox\nmap vn createTab https://notes.jgs.pw/\nmap va createTab http://arael.magi.vpn/\nmap vz createTab http://zeruel.magi.vpn/\nmap vg createTab https://gh.status.im/\nmap ve createTab https://coinmarketcap.com/currencies/ethereum/",
"linkHintNumbers": "qwertyuiopasdfghjklzxcvbnm",
"ignoreKeyboardLayout": true,
"scrollStepSize": 350,
"smoothScroll": false,
"searchEngines": "w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia\nd: https://duckduckgo.com/?q=%s DuckDuckGo\ny: https://www.youtube.com/results?search_query=%s Youtube\nn: https://search.nixos.org/options?channel=20.09&from=0&size=30&sort=relevance&query=%s Nix Options\n\n# More examples.\n#\n# (Vimium supports search completion Wikipedia, as\n# above, and for these.)\n#\n# g: https://www.google.com/search?q=%s Google\n# l: https://www.google.com/search?q=%s&btnI I'm feeling lucky...\n# gm: https://www.google.com/maps?q=%s Google maps\n# b: https://www.bing.com/search?q=%s Bing\n# az: https://www.amazon.com/s/?field-keywords=%s Amazon\n# qw: https://www.qwant.com/?q=%s Qwant",
"settingsVersion": "2.3",
"userDefinedLinkHintCss": "/* Arc Dark theme */\n\n/* Link hint boxes */\ndiv > .vimiumHintMarker {\n background: #afd700;\n font-size: 11px;\n border: 0.25em solid #829e03;\n border-radius: 0.4em;\n box-shadow: 0em 0.1em 0.6em 0.1em rgba(0, 0, 0, 0.4);\n}\n\n/* Link hint text */\ndiv > .vimiumHintMarker span {\n color: black;\n font-size: inherit;\n text-shadow: none;\n}\n\n/* Selected hint */\ndiv > .vimiumActiveHintMarker {\n color: white;\n background-color: #af0017;\n border: 0.25em solid #8c0017;\n}\n\n/* Link hint matching characters */\ndiv > .vimiumHintMarker > .matchingCharacter {\n color: #5294e2;\n}\n\ninput#vomnibarInput.vimiumReset {\n\tcolor: #FFF !important;\n background-color: #111 !important;\n}\n\n#vomnibar {\n border-color: black;\n background-color: black;\n}\n\n#vomnibar .vomnibarSearchArea {\n background-color: #222;\n border-bottom: #3f3f3f;\n}\n\n#vomnibar input {\n border-color: #393939;\n}\n\n#vomnibar ul {\n background-color: #222;\n}\n\n#vomnibar li {\n border-bottom: #3f3f3f;\n}\n\n#vomnibar li .vomnibarUrl {\n color: #5294e2;\n}\n\n#vomnibar li .vomnibarMatch {\n color: white;\n}\n\n#vomnibar li.vomnibarSelected {\n background-color: #181D24;\n}\n\n#vomnibar li em .vomnibarMatch, #vomnibar li .vomnibarTitle .vomnibarMatch {\n color: white;\n}\n\n#vomnibar li em, #vomnibar li .vomnibarTitle {\n color: #ddd;\n}",
"exclusionRules": [
{
"passKeys": "",
"pattern": "https?://*.signin.aws.amazon.com/*"
},
{
"passKeys": "",
"pattern": "https://cloud.digitalocean.com/droplets/*/console?*"
},
{
"passKeys": ".*",
"pattern": "https?://www.centrum24.pl/*"
},
{
"passKeys": "",
"pattern": "https?://dash.cloudflare.com/*"
},
{
"passKeys": "",
"pattern": "https?://dash.cloudflare.com/*"
},
{
"passKeys": ".*",
"pattern": "https?://*cardinalcommerce.com/*"
},
{
"passKeys": "ruatm",
"pattern": "https?://mail.protonmail.com/*"
},
{
"passKeys": "*-",
"pattern": "https?://console.hetzner.cloud/*"
},
{
"passKeys": "*",
"pattern": "https?://95.216.112.215:47773/*"
}
]
}