https://github.com/movsb/web-extension-vim
A minimal Vim key-binding emulation WebExtension that just works.
https://github.com/movsb/web-extension-vim
vim vim-emulation web-extension
Last synced: about 2 months ago
JSON representation
A minimal Vim key-binding emulation WebExtension that just works.
- Host: GitHub
- URL: https://github.com/movsb/web-extension-vim
- Owner: movsb
- Created: 2024-03-30T20:03:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T20:05:05.000Z (about 1 year ago)
- Last Synced: 2025-02-08T03:44:18.251Z (4 months ago)
- Topics: vim, vim-emulation, web-extension
- Language: JavaScript
- Homepage: https://blog.twofei.com/900/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim
A minimal Vim key-binding emulation WebExtension that just works.
## Key bindings
|Key strokes| Function |
|---|---|
|`gg`| Go Top |
|`G`| Go Bottom |
|`j` | Scroll down |
|`k` | Scroll up |
|`f` | Enter Fullscreen |
|`r` | Refresh page |
|`b`| Go to site root |## Installation
To install, see [WebExtensions/Your_first_WebExtension#installing](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#installing).