Skip to content

Instantly share code, notes, and snippets.

@johncf
Last active May 18, 2024 11:28
Show Gist options
  • Save johncf/4cf0889d8260ec22bc3e93ff5b693cb3 to your computer and use it in GitHub Desktop.
Save johncf/4cf0889d8260ec22bc3e93ff5b693cb3 to your computer and use it in GitHub Desktop.
Vimium configuration
{
"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",
"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=",
"settingsVersion": "2.1.2",
"exclusionRules": [
{
"passKeys": "",
"pattern": "https?://mail.google.com/*"
},
{
"passKeys": "",
"pattern": "https?://koute.github.io/*"
},
{
"passKeys": "",
"pattern": "https?://waveforms.surge.sh/*"
},
{
"passKeys": "",
"pattern": "https?://tryjumping.com/*"
},
{
"passKeys": "",
"pattern": "https?://*.shinseibank.com/*"
},
{
"passKeys": "",
"pattern": "https?://www.keybr.com/*"
},
{
"passKeys": "",
"pattern": "https?://app.codesignal.com/*"
}
]
}
unmap j
unmap k
unmap h
map j scrollLeft
map k scrollDown
map h scrollUp
unmap J
unmap H
map J goBack
map H previousTab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment