Last active
August 21, 2024 00:07
-
-
Save tree-s/dfe9fb378d6fa02c4cb5635bdf675d9a to your computer and use it in GitHub Desktop.
vimium options to get closer to qutebrowser
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.67", | |
"exclusionRules": [ | |
{ | |
"pattern": "https?://remotedesktop.google.com/*", | |
"passKeys": "" | |
}, | |
{ | |
"pattern": "https?://www.vimgenius.com/*", | |
"passKeys": "" | |
} | |
], | |
"filterLinkHints": false, | |
"waitForEnterForFilteredHints": true, | |
"hideHud": false, | |
"keyMappings": "# Insert your preferred key mappings here.\nmap d removeTab\nmap u restoreTab\nmap <c-d> scrollPageDown\nmap <c-u> scrollPageUp\nmap <c-f> scrollFullPageDown\nmap <c-b> scrollFullPageUp\nmap co closeOtherTabs\nmap gC duplicateTab\nmap ;f LinkHints.activateModeToOpenInNewForegroundTab\nmap go Vomnibar.activateEditUrl\nmap gO Vomnibar.activateEditUrlInNewTab\nmap ;r LinkHints.activateModeWithQueue\nmap gK moveTabRight\nmap gJ moveTabLeft\nmap ;d LinkHints.activateModeToDownloadLink\nmap yp LinkHints.activateModeToCopyLinkUrl\nmap dK closeTabsOnLeft\nmap dL closeTabsOnRight\n\nunmap <c-p>\nunmap x\nunmap X\nunmap <c-e>\nunmap <c-y>\nunmap zH\nunmap zL\nunmap yt\nunmap ge\nunmap gE\nunmap <a-f>\nunmap yf\nunmap <<\nunmap >>\nunmap gT\nunmap gt", | |
"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": 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#\ng: 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}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment