Live data from Hacker News

Show HN: A bookmarklet for Jimmy-rigging Github's editor with Vim mode

misfo.github.com

1–6 of 6 posts

Re: Show HN: A bookmarklet for Jimmy-rigging Github's editor with Vim mode

#5

It uses Jim—Its GitHub readme[1] has a list of the features it supports. I tried a ciw and that didn't work; text objects aren't supported. [1] https://github.com/misfo/jim#readme

No text objects yet: https://github.com/misfo/jim/issues/11

This was the implement-everything-from-Vim-that's-really-annoying-not-to-have release. Text objects are scheduled for the implement-everything-from-Vim-that's-pretty-annoying-not-to-have release.

Re: Show HN: A bookmarklet for Jimmy-rigging Github's editor with Vim mode

#6

It uses Jim—Its GitHub readme[1] has a list of the features it supports. I tried a ciw and that didn't work; text objects aren't supported. [1] https://github.com/misfo/jim#readme

I noticed text objects, %, `, ctrl-i/o, and ctrl-r missing from my most common set of edit commands. That's actually pretty good since t/f are implemented and you can fake a lot of text objects with those. Also, the underlying ace undo/redo keys do work so you can redo, just not conveniently. It's one of the better stabs at a vim mode I've tried.

One bug I noticed: after a f/t motion you have to hit u twice to undo.