====== Vimium ======
Vimium is a Chrome extension that provides keyboard-based navigation and control of the web in the spirit of the Vim editor.
===== Configuration =====
==== Custom key mappings ====
# Insert your preferred key mappings here.
map l nextTab
map h previousTab
map e scrollPageUp
==== Custom search engines ====
wiki: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia
g: https://www.google.com/search?q=%s Google
b: https://www.baidu.com/s?ie=UTF-8&wd=%s Baidu
# More examples.
#
# (Vimium supports search completion Wikipedia, as
# above, and for these.)
#
# g: http://www.google.com/search?q=%s Google
# l: http://www.google.com/search?q=%s&btnI I'm feeling lucky...
# y: http://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: http://www.amazon.com/s/?field-keywords=%s Amazon
# qw: https://www.qwant.com/?q=%s Qwant
===== Keybinding =====
^ key ^ function ^
| yy | copy the current url to the clipboard |
| t | create tab |
| T | search through your open tabs |
| ge | edit the current URL |
| gE | edit the current URL and open in a new tab |
===== Reference =====
[[https://github.com/philc/vimium|Vimium Repo]]