Created
December 13, 2020 04:07
-
-
Save ozv-s-urabe/22843b8614132c6ef0d2a4b324f09cdb to your computer and use it in GitHub Desktop.
vimium-option.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"settingsVersion": "1.66", | |
"exclusionRules": [ | |
{ | |
"pattern": "https://mail.google.com/*", | |
"passKeys": "?jkpxercgils#uld/`" | |
}, | |
{ | |
"pattern": "https://calendar.google.com/*", | |
"passKeys": "?jkpxercgils#uld/`" | |
} | |
], | |
"filterLinkHints": false, | |
"waitForEnterForFilteredHints": true, | |
"hideHud": false, | |
"keyMappings": "# Insert your preferred key mappings here.\n\nmap d removeTab\nmap h goBack\nmap l goForward\nmap H previousTab\nmap L nextTab\nmap i LinkHints.activateMode\nmap I LinkHints.activateModeToOpenInNewTab", | |
"linkHintCharacters": "sadfjklewcmpgh", | |
"linkHintNumbers": "0123456789", | |
"newTabUrl": "about:newtab", | |
"nextPatterns": "next,more,newer,>,›,→,»,≫,>>,次へ", | |
"previousPatterns": "prev,previous,back,older,<,‹,←,«,≪,<<,前へ", | |
"regexFindMode": false, | |
"ignoreKeyboardLayout": false, | |
"scrollStepSize": 120, | |
"smoothScroll": true, | |
"grabBackFocus": true, | |
"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}\n\ndiv > .vimiumHintMarker {\n/* linkhint boxes */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565756),\ncolor-stop(100%,#444444));\nborder: 1px solid #E4E4E4;\nopacity: 1.0;\ntext-shadow: none !important;\n}\n\ndiv > .vimiumHintMarker span {\n/* linkhint text */\ntext-shadow: -1px -1px 2px black, 1px -1px 2px black, -1px 1px 2px black, 1px 1px 2px black;\ncolor: #33cccc;\nfont-size: 14px;\nfont-family: Overpass, \"ヒラギノ角ゴ Pro\", Avenir, sans-serif;\n}\n\ndiv > .vimiumHintMarker > .matchingCharacter {\ncolor: #FF8700;\n}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment