dotfiles/files/raw/vimium-options.json
2022-04-06 13:50:46 +02:00

55 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"settingsVersion": "1.67.1",
"exclusionRules": [
{
"pattern": "https?://stats.nicco.io/*",
"passKeys": ""
},
{
"pattern": "https?://*.github.dev/*",
"passKeys": ""
},
{
"pattern": "https?://samplab.com/*",
"passKeys": ""
},
{
"pattern": "https?://www.figma.com/*",
"passKeys": ""
},
{
"pattern": "https?://localhost:5000/*",
"passKeys": ""
},
{
"pattern": "https?://gather.town/*",
"passKeys": ""
},
{
"pattern": "https?://www.typingclub.com/*",
"passKeys": ""
},
{
"pattern": "https?://play.typeracer.com/*",
"passKeys": ""
}
],
"filterLinkHints": false,
"waitForEnterForFilteredHints": true,
"hideHud": false,
"keyMappings": "# Insert your preferred key mappings here.\nmap <c-u> scrollPageUp\nmap <c-d> scrollPageDown\nunmap u\nunmap d",
"linkHintCharacters": "sadfjklewcmpgh",
"linkHintNumbers": "0123456789",
"newTabUrl": "about:newtab",
"nextPatterns": "next,more,newer,>,,→,»,≫,>>",
"previousPatterns": "prev,previous,back,older,<,,←,«,≪,<<",
"regexFindMode": false,
"ignoreKeyboardLayout": false,
"scrollStepSize": 60,
"smoothScroll": true,
"grabBackFocus": false,
"searchEngines": "w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia\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# y: https://www.youtube.com/results?search_query=%s Youtube\n# gm: https://www.google.com/maps?q=%s Google maps\n# b: https://www.bing.com/search?q=%s Bing\n# d: https://duckduckgo.com/?q=%s DuckDuckGo\n# az: https://www.amazon.com/s/?field-keywords=%s Amazon\n# qw: https://www.qwant.com/?q=%s Qwant",
"searchUrl": "https://www.google.com/search?q=",
"userDefinedLinkHintCss": "div > .vimiumHintMarker {\n/* linkhint boxes */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785),\n color-stop(100%,#FFC542));\nborder: 1px solid #E3BE23;\n}\n\ndiv > .vimiumHintMarker span {\n/* linkhint text */\ncolor: black;\nfont-weight: bold;\nfont-size: 12px;\n}\n\ndiv > .vimiumHintMarker > .matchingCharacter {\n}"
}