Last active
December 9, 2017 17:28
-
-
Save johncf/4fb3bfbc4ac5900f6db98eb822dd3f98 to your computer and use it in GitHub Desktop.
Vimium config backup (colemak)
This file contains 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.62", | |
"exclusionRules": [ | |
{ | |
"pattern": "https?://mail.google.com/*", | |
"passKeys": "" | |
} | |
], | |
"filterLinkHints": false, | |
"waitForEnterForFilteredHints": true, | |
"hideHud": false, | |
"keyMappings": "map h scrollUp\nmap k scrollDown\nmap j scrollLeft\n\nmap H previousTab\nmap K nextTab\nmap J goBack\n\nunmap zH\nunmap zL", | |
"linkHintCharacters": "arstwfpzxcvgd", | |
"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\ng: https://www.google.com/search?q=%s Google\ny: https://www.youtube.com/results?search_query=%s Youtube\naz: https://www.amazon.in/s/?field-keywords=%s Amazon India\ngm: https://www.google.com/maps?q=%s Google Maps\nfk: https://www.flipkart.com/search?q=%s Flipkart", | |
"searchUrl": "https://duckduckgo.com/?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}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment