Is there a way to open a file not from the workspace tree view but from the c9-terminal tab?
Background: c9 doesn´t allow me to set the workspace path to / for a use
At the moment, the only way to open a file from the terminal is in vim or by using ls and then clicking on the file you'd like to open.
ls
Edit: You can now open from the terminal by running npm install -g c9, restarting your workspace, then doing c9 file.ext or c9 open file.ext
npm install -g c9
c9 file.ext
c9 open file.ext