Last active
May 18, 2024 11:28
-
-
Save johncf/4cf0889d8260ec22bc3e93ff5b693cb3 to your computer and use it in GitHub Desktop.
Vimium configuration
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 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/*" | |
} | |
] | |
} |
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
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