Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 857 Bytes

File metadata and controls

30 lines (22 loc) · 857 Bytes

Wiki Homepage

Vimium

Vimium is a browser extension that allows control using vim-type keyboard commands.

Commands I Use Frequently

f - open a link in current tab
o - open URL, bookmark, or history entry
O - same as o but in new tab
? - On-screen help
H - Go back in history
L - Go forward in history
ge - edit current URL

Custom Key Mapping

To create custom key mapping, use ? to bring up the help menu and select the Options link in the upper right (at least that's where it is for Chrome). There is a text field labeled "Custom key mappings". I used the following commands to make Alt + j/k to move left/right a tab:

map <a-j> previousTab
map <a-k> nextTab

References

Vimium


This page was last updated: Sun 29 Oct 2017 01:00:46 PM EDT