vimium-options.json (1707B)
1 { 2 "settingsVersion": "1.66", 3 "exclusionRules": [], 4 "filterLinkHints": false, 5 "waitForEnterForFilteredHints": true, 6 "hideHud": false, 7 "keyMappings": "# Insert your preferred key mappings here.", 8 "linkHintCharacters": "sadfjklewcmpgh", 9 "linkHintNumbers": "0123456789", 10 "newTabUrl": "about:newtab", 11 "nextPatterns": "next,more,newer,>,›,→,»,≫,>>", 12 "previousPatterns": "prev,previous,back,older,<,‹,←,«,≪,<<", 13 "regexFindMode": false, 14 "ignoreKeyboardLayout": false, 15 "scrollStepSize": 60, 16 "smoothScroll": false, 17 "grabBackFocus": false, 18 "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", 19 "searchUrl": "https://duckduckgo.com/?kae=d&kau=-1&kao=-1&kap=-1&kaq=-1&kax=-1&kak=-1&kv=-1&kk=-1&k1=-1&kc=-1&q=", 20 "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}" 21 }