Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)

like image 950
Yaron Naveh Avatar asked Nov 27 '22 17:11

Yaron Naveh


2 Answers

It is ALT + S on the current version of Cloud9

like image 69
Kronenbourg Avatar answered Dec 20 '22 01:12

Kronenbourg


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 :)

like image 27
Richard de Wit Avatar answered Dec 20 '22 01:12

Richard de Wit