Cheatography
https://cheatography.com
A cheatsheet for atom editor in linux
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Window
Reload |
Ctrl+Alt+R |
Toggle-Fullscreen |
F11 |
Close Window |
Ctrl+Shift+W |
Increase Font Size |
Ctrl + |
Decrease Font Size |
Ctrl - |
Pane
Switch to Tab # |
Alt+# (e.g. Alt+2) |
Switch to next Tab |
Ctrl+Tab / Ctrl+PgDn |
Switch to previous Tab |
Ctrl+Shift+Tab / Ctrl+PgUp |
Move Tab to the Right |
Ctrl+Shift+PgDN |
Move Tab to the Left |
Ctrl+Shift+PgUp |
Close Tab |
Ctrl+W |
|
|
Tree-View
Toggle-Focus |
Ctrl+0 |
Add File |
A |
Add Folder |
Shift+A |
Collapse Directory |
← |
Recursively Collapse Directory |
Alt+← |
Expand Directory |
→ |
Recursively Expand Directory |
Alt+→ |
Copy Full Path |
Ctrl+Shift+C |
Duplicate |
D |
Move |
Μ |
Choose Active File |
Ctrl+Shift+\ |
You can Copy, Cut, Paste, Delete using the usual shrotcuts. Enter to Open File
|
|
Editor
Move Cursor: Beginning of the Word |
Alt+B |
Move Cursor: End of the Word |
Alt+F |
Move: Line Down |
Ctrl+↓ |
Move: Line Up |
Ctrl+↑ |
Delete: Beginning of the Word |
Alt+H |
Delete: End of the Word |
Alt+D |
Delete: Row |
Ctrl+Shift+K |
Delete: Newline (Join Lines) |
Ctrl+J |
Select: Line |
Ctrl+L |
Indent Row |
Ctrl+] |
Outdent Row |
Ctrl+[ |
Toggle Comment |
Ctrl+/ |
Fold Brackets |
Ctrl+Alt+[ |
Unfold Brackets |
Ctrl+Alt+] |
Insert: Duplicate Line Above |
Ctrl+Shift+D |
|