dojo
Cloud9 Cheatsheet
ShortcutFoo uses a Spaced Repetition System that adapts to your training.
scf keyboard

Text Editing I

⌘/
Toggle Comment
⌘C
Copy
⌘V
Paste
TAB
Block Indent
⇧TAB
Block Outdent
scf keyboard

Text Editing II

⌘⇧B
Beautify Text
⇧TAB
Outdent
⌘X
Cut
⌘⇧Z
Redo
⌘Z
Undo
scf keyboard

Text Editing III

^SPACE
Complete
⌥DOWN
Move Lines Down
⌥UP
Move Lines Up
⌘D
Delete Line
⌥BACKSPACE
Remove Word Left
^O
Split Line
scf keyboard

Text Editing IV

⌘⇧D
Duplicate Selection
^⇧SPACE
Complete Overwrite
TAB
Expand Snippit
⌘⌥DOWN
Copy Lines Down
⌘⌥UP
Copy Lines Up
scf keyboard

Text Editing V

⌘=
Larger Font
⌘-
Smaller Font
⌘⌥R
Rename Variable
⌥⇧DOWN
Modify Number Down
⌥⇧UP
Modify Number Up
⌘⌥S
Sort Selected Lines
^W
Toggle Word Wrap
scf keyboard

Selection I

⌘⇧L
Select Line
⌘A
Select All
⇧RIGHT
Select Right
⇧LEFT
Select Left
⌘⇧DOWN
Select To End
⌘⇧UP
Select To Beginning
⇧END
Select To Line End
⇧HOME
Select To Line Start
scf keyboard

Selection II

⇧DOWN
Select Down
⇧UP
Select Up
⌥⇧LEFT
Select Word Left
⌥⇧RIGHT
Select Word Right
scf keyboard

Selection III

^L
Center Selection
^⇧M
Expand Selection Within Matching Elements
^⌥RIGHT
Select More After
^⌥LEFT
Select More Before
^⌥⇧RIGHT
Select Next After
^⌥⇧LEFT
Select Next Before
scf keyboard

Navigation I

⌘L
Goto Line
F3
Jump to definition
⌘P
Navigate
⌘O
Navigate Alternative Key
⌘⇧E
Search For Defnition And Jump To It
scf keyboard

Navigation II

⌘[
Go To Left Tab
⌘]
Go To Right Tab
⌘⌥⇧DOWN
Move Tab Down
⌘⌥⇧LEFT
Move Tab Left
⌘⌥⇧RIGHT
Move Tab Right
⌘⌥⇧UP
Move Tab Up
scf keyboard

Navigation III

⌘,
Open Settings Panel
^⌥W
Close All But Current Tab
⌥⇧W
Close All Tabs
^P
Jump To Matching Element
scf keyboard

Navigation IV

⇧ESC
Focus Tree
⌘⌥P
Show Process List
⌘^W
Close All Tabs In Pane
⌥⇧ESC
Previous Pane
scf keyboard

Find / Replace I

⌘F
Find
^⌥G
Find All Under Cursor
⌘G
Find Next
⌘⇧G
Find Previous
⌘⇧F
Search In Files
scf keyboard

Find / Replace II

ESC
Hide Search / Replace
⌘⌥F
Replace
^G
Select Or Find Next
^⇧G
Select Or Find Previous
scf keyboard

File I

⌘S
Quick Save
^N
New File
⌘↵
Reload Preview
^⇧Q
Revert to Saved
⌥⇧Q
Revert To Saved All
⌘⇧S
Save As
⌘⇧L
Reveal Current Tab In File Tree
scf keyboard

Terminal I

^C
Abort CLI Command
⌘⌥L
Open Terminal In File Directory
^ESC
Toggle Console
⌥T
Open Terminal
⌥S
Switch To Terminal
scf keyboard

Run / Debug I

⌘⌥B
Mount
⌘B
Build The Current File
F8
Resume The Current Paused Process
⌥F5
Run Or Debug An Application
F5
Run Or Debug The Last Run File
scf keyboard

Misc I

⌘⇧C
Add Watch From Selection
ESC
Clear Cut
⌘R
Restart C9
^I
Scroll Preview Element Into View
⌘.
Search For a Command And Execute It
⌘⇧E
Replay Macro
⌘⌥E
Toggle Recording
achievement-star