A Chrome Extension that allows you to use Vim bindings in Codemirorr and Ace enabled textareas. Works on Codepen, jsFiddle, GitHub Gists, and more!
Install from the Chrome web store, or follow the development instructions below:
Loading Dependencies:
- clone this repo
npm install
bower install
Viewing your changes:
grunt build
- In chrome:
- open your chrome "extensions tab"
- check the "developer mode" checkbox
- click "load unpacked extension"
- point the file browser to the repo's 'dist' folder
- enjoy.