Live data from Hacker News

Show HN: vi in your browser - edit files directly from Dropbox, etc

mit.edu

11–20 of 82 posts

Re: Show HN: vi in your browser - edit files directly from Dropbox, etc

#11
post #9
post #8

Earlier quoted context omitted.

Not at the moment. It supports most of the standard unix vi commands but not the enhanced vim ones as of yet.

Ability to edit files off Box / DropBox is a big plus. Is there a mailing list or something like that (some RSS feed for a development blog) where I will be able to see when updates are made? I would like to start using this as soon as features like vertical column selection / yanking and pasting as well as line numbers are put in (the nature of the files I have on DropBox call for those features :|)

Feel free to join this google group https://groups.google.com/group/cloud-vi

Re: Show HN: vi in your browser - edit files directly from Dropbox, etc

#18
Slight issue: counts do not work in combination with insertion commands. (in other words, you can't use 5i to have something inserted 5 times, or for a more useful example you cannot use 5o or 5O)

It's an easy to overlook, for a long time BusyBox's vi didn't like combining counts with o/O either.

Re: Show HN: vi in your browser - edit files directly from Dropbox, etc

#20
post #12

Strike this. My bad. (Original: First thing I tried: dG to delete everything, didn't work. So, it still needs improvement. Now, I'll admin I'm not 100% sure if G is a vim command or a vi one.)

dG works for me

Hah, I just realised what caused it. I have one of those vim-browser plugins and it apparently caught some of my keypresses and didn't pass them on.

Sorry about that, it's definitely cool.

Post reply on HN