Vimium Chromium is a Chrome extension which provides keyboard shortcuts inspired by Vim editor.
Shortcut | Description |
---|---|
:<number> | Go to a specific line number. |
- Clone repo
- Go to chrome://extensions
- Click on 'Load unpacked' and select the extension
- Navigate to any file on https://source.chromium.org/. Try any of the shortcuts :)
- 2.0: Moved to listening for all key press events so we a) inject script only once and b) convert the extension to be vim for Chromium. Only command supported is 'go to line'.
- 1.0: MVP extension. Works, but unnecesarily injects same script multiple times (which required using var for variables).