All Projects → NickTomlin → pocketvim

NickTomlin / pocketvim

Licence: other
A Chrome Extension that enables Vim bindings on Codemirorr and Ace enabled sites.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

PocketVim No Maintenance Intended

This project is not actively maintained. If it works for you, great! If not, I probably will not get around to fixing it.

A Chrome Extension that allows you to use Vim bindings in Codemirorr and Ace enabled textareas. Works on Codepen, jsFiddle, GitHub Gists (currently broken! woo hoo :), and more!

Installation

Install from the Chrome web store, or follow the development instructions below:

Hacking

Loading Dependencies:

  • clone this repo
  • ensure you are running an oooold version of node (0.10 or 0.12)
  • npm install
  • gem install compass
    • this assumes you have ruby installed (sorry, I wrote back in the day this before node-sass was popular -- I was young)

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].