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.
Show HN: vi in your browser - edit files directly from Dropbox, etc
31–40 of 82 posts
Re: Show HN: vi in your browser - edit files directly from Dropbox, etc
#32Cool! 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.
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
#33Re: Show HN: vi in your browser - edit files directly from Dropbox, etc
#34Cool. Emacs fans wanting their fix in the browser can checkout ymacs: http://www.ymacs.org/demo/
Re: Show HN: vi in your browser - edit files directly from Dropbox, etc
#35Earlier 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 .
Re: Show HN: vi in your browser - edit files directly from Dropbox, etc
#36Re: Show HN: vi in your browser - edit files directly from Dropbox, etc
#37This looks really cool. Any plans on sharing/open sourcing the code and going through the process of how you built it?
Re: Show HN: vi in your browser - edit files directly from Dropbox, etc
#38Cool. 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 :)