9 years, 1 month ago.

vi key bindings

Anyone know if vi key bindings are planned for the online editor? It would be awesome to have that as a feature. Online editors have came a long way such as cloud9. another thing that would be neat would some type of RESTful api so the request to compile, and download could be scripted.

Question relating to:

1 Answer

9 years, 1 month ago.

I don't know if there are any plans to support vi key bindings, but there is a build/compile API. Check out the wiki page: https://developer.mbed.org/handbook/Compile-API.

If you really want to use vi, you could always export your project offline to GCC Make or something like that. But then you have to take care of all the building yourself. If you're interested about that process, check out this wiki page: http://developer.mbed.org/handbook/Exporting-to-Make