Reputation: 41
In the Cloud9 IDE I would like to be able to go to the workspace tree by means of a keyboard shortcut. However, I can't find the key binding to do so. I've looked at the Cloud9 key binding editor and on various places on the web. Could somebody perhaps tell me what the shortcut I'm looking for is?
Kind regards,
Upvotes: 0
Views: 44
Reputation: 24104
In commands panel type focus, the first suggestion should be focusTree
with shift-esc
shortcut on windows
Upvotes: 1
Reputation: 3832
You can't get to the workspace tree directly, but there are two ways to get there:
Ctrl-Shift-L or Cmd-Shift-L
Ctrl-E or Cmd-E
Upvotes: 1