70 AWS Cloud9 Keyboard Shortcuts

An integrated development environment (IDE) that uses AWS Cloud9 provides several advantages. With Cloud9 Shortcuts, you can release your software to the cloud and access the tools you need to code, create, run, test, and debug it. You will receive a robust code editing experience with the built-in terminal interface, debuggers, and support for various programming languages. Cloud9 Shortcuts work directly in your web browser.

As you learn more about AWS Cloud9, you might need to understand or learn the Cloud9 shortcuts. Download the list of Cloud9 Shortcuts in PDF format below.

Most Used Cloud9 Shortcuts

ActionCloud9 Shortcuts WindowsCloud9 Shortcuts Mac
CopyCtrl + CCommand + C
PasteCtrl + VCommand + V
CutCtrl + XCommand + X
UndoCtrl + ZCommand + Z
RedoCtrl + Shift + ZCommand + Shift + Z
New FileCtrl + NCommand + N
Revert to SavedCtrl + Shift + QCommand + Shift + Q
SaveCtrl + SCommand + S
Save AsCtrl + Shift + SCommand + Shift + S
FindCtrl + FCommand + F
Find in FilesCtrl + Shift + FCommand + Shift + F
Find NextCtrl + KCommand + K
Find PreviousCtrl + Shift + KCommand + Shift + K
Abort CLI CommandCtrl + CCommand + C
Font LargerCtrl + +Command + +
Font SmallerCtrl + –Command + –
Open Settings PanelCtrl + ,Command + ,
Open Tree PanelCtrl + UCommand + U

Code Manipulation Shortcuts

ActionCloud9 Shortcuts WindowsCloud9 Shortcuts Mac
OutlineCtrl + Shift + ECommand + Shift + E
Reveal File In File TreeCtrl + Shift + LCommand + Shift + L
Beautify TextCtrl + Shift + BCommand + Shift + B
CompleteCtrl + SpacebarCommand + Spacebar
Duplicate SelectionCtrl + Shift + DCommand + Shift + D
Move Lines DownAlt + Down Arrow keyOption + Down Arrow key
Move Lines UpAlt + Up Arrow keyOption + Up Arrow key
OutdentShift + TabShift + Tab
Toggle Block CommentCtrl + Shift + /Command + Shift + /
Toggle CommentCtrl + /Command + /

Selection Shortcuts

ActionCloud9 Cheat SheetCloud9 Cheat Sheet
To UppercaseCtrl + UCommand + U
To LowercaseCtrl + Shift + UCommand + Shift + U
Select AllCtrl + ACommand + A
Select DownShift + Down Arrow keyShift + Down Arrow key
Select UpShift + Up Arrow keyShift + Up Arrow key
Select LeftShift + Left Arrow keyShift + Left Arrow key
Select RightShift + Right Arrow keyShift + Right Arrow key
Select To EndCtrl + Shift + EndCommand + Shift + End
Select To StartCtrl + Shift + HomeCommand + Shift + Home
Select To Line EndAlt + Shift + Right Arrow keyOption + Shift + Right Arrow key
Select To Line StartAlt + Shift + Left Arrow keyOption + Shift + Left Arrow key
Select More AfterCtrl + Alt + Right Arrow keyCommand + Option + Right Arrow key
Select More BeforeCtrl + Alt + Left Arrow keyCommand + Option + Left Arrow key
Select Next AfterCtrl + Alt + Shift + Right Arrow keyCommand + Option + Shift + Right Arrow key
Select Next BeforeCtrl + Alt + Shift + Left Arrow keyCommand + Option + Shift + Left Arrow key

Tabs Shortcuts

ActionCloud9 Shortcut keysCloud9 Shortcut keys
Select Word LeftCtrl + Shift + Left Arrow keyCommand + Shift + Left Arrow key
Select Word RightCtrl + Shift + Right Arrow keyCommand + Shift + Right Arrow key
Close TabAlt + WOption + W
Close All TabsAlt + Shift + WOption + Shift + W
Close All Tabs But ThisCtrl + Alt + WCommand + Option + W
Next TabCtrl + TabCommand + Tab
Previous TabCtrl + Shift + TabCommand + Shift + Tab
Toggle ConsoleF6F6

Cursor Shortcuts

ActionCloud9 Shortcut keysCloud9 Shortcut keys
Add Cursor AboveCtrl + Alt + Up Arrow keyCommand + Option + Up Arrow key
Add Cursor BelowCtrl + Alt + Down Arrow keyCommand + Option + Down Arrow key
Add Cursor Above Skip CurrentCtrl + Alt + Shift + Up Arrow keyCommand + Option + Shift + Up Arrow key
Add Cursor Below Skip CurrentCtrl + Alt + Shift + Down Arrow keyCommand + Option + Shift + Down Arrow key

Navigate Shortcuts

ActionCloud9 Shortcut keysCloud9 Shortcut keys
Goto StartCtrl + HomeCommand + Home
Goto EndCtrl + EndCommand + End
Goto File or NavigateCtrl + ECommand + E
Goto LineCtrl + GCommand + G
Goto Line StartAlt + Left Arrow keyOption + Left Arrow key
Goto Line SendAlt + Right Arrow keyOption + Right Arrow key
Goto Word LeftCtrl + Left Arrow keyCommand + Left Arrow key
Goto Word RightCtrl + Right Arrow keyCommand + Right Arrow key

Remove Text Shortcuts

ActionCloud9 Shortcuts WindowsCloud9 Shortcuts Mac
Remove or Delete LineCtrl + DCommand + D
Remove to Line EndAlt + DeleteOption + Delete
Remove to Line StartAlt + BackspaceOption + Backspace
Remove Word LeftCtrl + BackspaceCommand + Backspace
Remove Word RightCtrl + DeleteCommand + Delete

People stick with Cloud9, even after noticing differences, because it allows you to store your files or projects in a Cloud9 environment. Your projects are no longer dependent on a single computer or server because they are kept in the cloud. You can easily switch between PCs, and developer tools are widely accessible.

READ NEXT:

Back to top button