Created
November 27, 2023 02:16
-
-
Save Drowze/ac7e74acb2d95dc22933ab99c496714d to your computer and use it in GitHub Desktop.
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
{ | |
"keyMappings": "map gc closeOtherTabs\n\n\" option-f on a mac\nmap <a-ƒ> LinkHints.activateModeWithQueue\n\n\" option-p on a mac\nmap <a-π> togglePinTab\n\n\" \\-esc should pass esc (to close a modal on a site)\nmap \\ passNextKey", | |
"newTabUrl": "pages/blank.html", | |
"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\ngm: https://www.google.com/maps?q=%s Google maps\nd: https://duckduckgo.com/?q=%s DuckDuckGo\naz: https://www.amazon.co.uk/s/?field-keywords=%s Amazon\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://duckduckgo.com/?q=", | |
"settingsVersion": "2.0.6", | |
"exclusionRules": [ | |
{ | |
"passKeys": "", | |
"pattern": "https?://mail.google.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://groovyconsole.appspot.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://groovyconsole.appspot.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://vim-adventures.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://www.vim.so/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://app.datadoghq.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://github.dev/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://dumpor.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://monkeytype.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://www.keybr.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://cs.github.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://localhost:5601/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://cryptowat.ch/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://www.ryanair.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://asciiflow.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://calendar.google.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://zty.pe/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://www.hackerrank.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://immersivelabs.online/*" | |
}, | |
{ | |
"passKeys": "/", | |
"pattern": "https?://github.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://training.knowbe4.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://training.knowbe4.com/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://localhost:5000/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://localhost:5000/*" | |
}, | |
{ | |
"passKeys": "", | |
"pattern": "https?://*.github.dev/*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment