Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.16 KB

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.