-
-
Save icecreammatt/e91a2ba16af4277d86ec0772dd5f0633 to your computer and use it in GitHub Desktop.
Vimium Colemak Keybindings
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
# Custom key mappings | |
map e scrollDown | |
map E nextTab | |
#map L scrollPageUp | |
unmap n | |
map n scrollLeft | |
map u scrollUp | |
map U previousTab | |
map i scrollRight | |
map I goForward | |
map s enterInsertMode | |
unmap k | |
map k performFind | |
map K performBackwardsFind | |
#map t LinkHints.activateMode | |
#map T LinkHints.activateModeToOpenInNewTab | |
#unmap t | |
#unmap T | |
map o Vomnibar.activateInNewTab | |
map O Vomnibar.activate | |
map l scrollPageUp | |
#map v Vomnibar.activateBookmarks | |
#map V Vomnibar.activateBookmarksInNewTab | |
#map b createTab | |
#map B Vomnibar.activateTabSelection | |
# Characters used for link hints | |
# arstneio | |
# old set | |
# sadfjklewcmpgh | |
--- | |
w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia | |
# More examples. | |
# | |
# (Vimium supports search completion Wikipedia, as | |
# above, and for these.) | |
# | |
n https://search.nixos.org/packages?channel=22.11&from=0&size=50&sort=relevance&type=packages&query=%s | |
g: https://www.google.com/search?q=%s Google | |
# l: https://www.google.com/search?q=%s&btnI I'm feeling lucky... | |
y: https://www.youtube.com/results?search_query=%s Youtube | |
gm: https://www.google.com/maps?q=%s Google maps | |
# b: https://www.bing.com/search?q=%s Bing | |
d: https://duckduckgo.com/?q=%s DuckDuckGo | |
# az: https://www.amazon.com/s/?field-keywords=%s Amazon | |
# qw: https://www.qwant.com/?q=%s Qwant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment