Pocket Vim Pocket Vim

Developer Tools
Version: 0.1.2
Last Update: 2017-06-03

Overview

Pocket Vim is a Chrome extension developed by Nick Tomlin. According to the data from Chrome web store, current version of Pocket Vim is 0.1.2, updated on 2017-06-03.
323 users have installed this extension. 6 users have rated this extension with an average rating of .

Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.

Ever miss those wonderful Vim motions in js-based code editor? Pine no longer.

Note:

This is extension is still in development. Please submit any bus/feature requests to the github repo: https://github.com/NickTomlin/pocketvim

Rating

6 ratings

Total Installs

323

Information

Last Update

2017-06-03

Current Version

0.1.2

Size

83.3KiB

Author

Nick Tomlin

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar 岡田Beowulf
2018-01-13

very good

avatar Skylar Smith
2017-06-16

Works great on freecodecamp. Awesome plugin.

avatar Bradley Morgan
2017-05-01

ace.require("ace/lib/net").loadScript("https://rawgithub.com/ajaxorg/ace-builds/master/src-min-noconflict/keybinding-vim.js",
function()
e = document.querySelector(".ace_editor").env.editor;
e.setKeyboardHandler(ace.require("ace/keyboard/vim").handler);
) ace.require("ace/lib/net").loadScript("https://rawgithub.com/ajaxorg/ace-builds/master/src-min-noconflict/keybinding-vim.js",
function()
e = document.querySelector(".ace_editor").env.editor;
e.setKeyboardHandler(ace.require("ace/keyboard/vim").handler);
)

Im trying to use on zyante.zybooks.com and the script you posted works fine if you remove the "github editor" part. But pocketvim wont work there like it does on other sites.

avatar Michael Tai
2014-11-23

This should have more have more stars than currently. And It works with CoderPad.
Will make you.efficiency++ on your next technical interview!

tip: jump out of insert mode by pressing C-c

avatar 岡田Beowulf
2018-01-13

very good