Live data from Hacker News

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

mit.edu

31–40 of 82 posts

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

#32
post #31

Cool! You should add ctrl+c mapping to . Thats how I switch out of modes so that I don't move my left hand out of position.

I'm not sure it would be such a good idea to implement a hodgepodge of random peoples' mappings.

> I'm not sure it would be such a good idea to implement a hodgepodge of random peoples' mappings.

Ctrl-C is not a (user-defined) mapping. It will leave insert mode, but will not trigger things like abbreviations and autocommands (in Vim), so it's not a good idea to use it over Ctrl-[ (which is supported) or .

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

#34

Cool. Emacs fans wanting their fix in the browser can checkout ymacs: http://www.ymacs.org/demo/

Does ymacs open files from Dropbox yet? Github, if you're reading this please make both vi and emacs interfaces available through your web ui :)

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

#35
post #31

Earlier quoted context omitted.

I'm not sure it would be such a good idea to implement a hodgepodge of random peoples' mappings.

> I'm not sure it would be such a good idea to implement a hodgepodge of random peoples' mappings. Ctrl-C is not a (user-defined) mapping. It will leave insert mode, but will not trigger things like abbreviations and autocommands (in Vim), so it's not a good idea to use it over Ctrl-[ (which is supported) or .

Ah, right. Thanks for clarifying.

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

#38

Cool. Emacs fans wanting their fix in the browser can checkout ymacs: http://www.ymacs.org/demo/

Does ymacs open files from Dropbox yet? Github, if you're reading this please make both vi and emacs interfaces available through your web ui :)

[Shameless plug] They could if they use Filepicker.io! Anyone know someone on the project that I could contact?
Post reply on HN