An open API service indexing awesome lists of open source software.

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.

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).