Skip to content

Instantly share code, notes, and snippets.

@Keshav13142
Last active August 20, 2023 12:30
Show Gist options
  • Save Keshav13142/7238f3ffd7c219912d12811f89fa43d0 to your computer and use it in GitHub Desktop.
Save Keshav13142/7238f3ffd7c219912d12811f89fa43d0 to your computer and use it in GitHub Desktop.
vimium config
{
"settingsVersion": "1.67.7",
"exclusionRules": [
{
"pattern": "https?://mail.google.com/*",
"passKeys": ""
},
{
"pattern": "https?://www.google.com/*",
"passKeys": "/"
},
{
"pattern": "https?://www.youtube.com/*",
"passKeys": "/"
},
{
"pattern": "https?://www.youtube.com/*",
"passKeys": "i"
}
],
"filterLinkHints": false,
"waitForEnterForFilteredHints": true,
"hideHud": false,
"keyMappings": "unmap J\nunmap K\nmap K goForward\nmap J goBack\n\nunmap H\nunmap L\nmap H previousTab\nmap L nextTab\n\nunmap q\nunmap Q\nmap q removeTab\nmap Q restoreTab",
"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\nnp: https://search.nixos.org/packages?channel=unstable&query=%s Nix Pkgs\nno: https://search.nixos.org/options?channel=unstable&query=%s Nix Options\ngh: https://github.com/keshav13142/%s Personal Gihub Repos\ny: https://www.youtube.com/results?search_query=%s Youtube\ngm: https://www.google.com/maps?q=%s Google maps\nd: https://duckduckgo.com/?q=%s DuckDuckGo",
"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}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment