Shortcuts for Cloud9

You are here:
Estimated reading time: < 1 min

1. General Shortcuts

Ctrl+CAbort CLI Command
Ctrl++/-Font Larger/ Smaller
Ctrl+,Open Settings Panel
Ctrl+UOpen Tree Panel
Ctrl+Shift+EOutline
Ctrl+Shift+LReveal File In File Tree

2. Clipboard

Ctrl+CCopy
Ctrl+XCut
Ctrl+VPaste
Ctrl+ZUndo
Ctrl+Shift+ZRedo

3. Code Manipulation

Shift+Ctrl+BBeautify Text
Ctrl+SpaceComplete
Ctrl+Shift+DDuplicate Selection
Alt+Arrow Down/Arrow UpMove Lines Down/ Up
Shift+TabOutdent
Ctrl+Shift+/Toggle Block Comment
Ctrl+/Toggle Comment
Ctrl+UTo Uppercase
Ctrl+Shift+UTo Lowercase

4. Cursor

Ctrl+Alt+Arrow UpAdd Cursor Above
Ctrl+Alt+Arrow DownAdd Cursor Below
Ctrl+Alt+Shift+Arrow UpAdd Cursor Above Skip Current
Ctrl+Alt+Shift+Arrow DownAdd Cursor Below Skip Current

5. File Operations

Ctrl+NNew File
Ctrl+Shift+QRevert to Saved
Ctrl+SSave
Ctrl+Shift+SSave As

6. Find

Ctrl+FFind
Ctrl+Shift+FFind in Files
Ctrl+KFind Next
Ctrl+Shift+KFind Previous

7. Navigate

Ctrl+Home/EndGoto Start/End
Ctrl+EGoto File/Navigate
Ctrl+GGoto Line
Alt+Arrow Left/Arrow RightGoto Line Start/ Send
Ctrl+Arrow Left/Arrow RightGoto Word Left/ Right

8. Remove Text

Ctrl+DRemove/ Delete Line
Alt+DeleteRemove to Line End
Alt+BackspaceRemove to Line Start
Ctrl+BackspaceRemove Word Left
Ctrl+DeleteRemove Word Right

9. Selections

Ctrl+ASelect All
Shift+Arrow Down/Arrow UpSelect Down/ Up
Shift+Arrow Left/Arrow RightSelect Left/ Right
Ctrl+Shift+End/HomeSelect To End/ Start
Alt+Shift+Arrow Right/Arrow LeftSelect To Line End/ Start
Ctrl+Alt+Arrow Right/Arrow LeftSelect More After/ Before
Ctrl+Alt+Shift+Arrow Right/Arrow LeftSelect Next After/ Before
Ctrl+Shift+Arrow Left/Arrow RightSelect Word Left/ Right

10. Tabs

Alt+WClose Tab
Alt+Shift+WClose All Tabs
Ctrl+Alt+WClose All Tabs But This
Ctrl+TabNext Tab
Ctrl+Shift+TabPrevious Tab
F6Toggle Console

Source

Was this article helpful?
Dislike 0
Views: 43