Yaron Naveh
Yaron Naveh

Reputation: 24436

What is the Cloud9 keyboard shortcut for the terminal?

What is the cloud9 keyboard shortcut to move between the editor tab (#1) and the terminal console (#2)?

I am aware that I can open a terminal tab and switch to it using the keyboard, but I want to see both the editor and terminal in one view.

Cloud9 screenshot showing Editor (1) and Console (2)

Upvotes: 4

Views: 3515

Answers (6)

MaziarA
MaziarA

Reputation: 1

Alt+s

This shortcut is listed in the top menu, under: Window > Navigation

Upvotes: 0

Hertzel Guinness
Hertzel Guinness

Reputation: 5950

To add on @Kronenbourg's exact answer (which IMHO should be accepted) - as of May 2015:

  • Shift + Esc / Esc - Goto workspace (files tree) / Exit workspace (to the last place, Editor/Terminal)
  • ALT + S - switch between code and terminal

In conjunction with CMD + { / CMD + }, which navigate right/left in current context (Editor, terminal) tabs, you should be able to reach anywhere with the keyboard.

Also useful in the context is CMD + O to open file.

HTH

Upvotes: 4

Kronenbourg
Kronenbourg

Reputation: 311

It is ALT + S on the current version of Cloud9

Upvotes: 11

Richard de Wit
Richard de Wit

Reputation: 7470

To make certain keyboard shortcut work on c9.io in Chrome, which would otherwise do something else like close tab or reload page, click the menu button of Chrome > More Tools > Create Application Shortcuts....

Now the IDE is an actual program and all the default browser shortcuts are disabled. Ctrl + W (Close tab) and Ctrl + Shift + Q (Close Chrome) and F5 (Refresh) and the likes can now be used as keyboard shortcuts :)

Upvotes: 6

thim
thim

Reputation: 595

I accidentally found out that ctrl+~ works to switch between terminal and editing window and then back. Maybe it's not the most convenient shortcut but it works.

Upvotes: 3

Jan Jongboom
Jan Jongboom

Reputation: 27352

It's Shift+ESC on open source, but unfortunately this doesn't work on c9.io.

Upvotes: 3

Related Questions