Here’s a cheat sheet for Atom, a popular open-source text editor:
General Shortcuts
- Open/Close Sidebar:
- Toggle Tree View:
Ctrl + \
- Toggle File Explorer:
Ctrl + 0
- Toggle Tree View:
- Command Palette:
- Open Command Palette:
Ctrl + Shift + P
- Open Command Palette:
- Search/Replace:
- Find:
Ctrl + F
- Replace:
Ctrl + H
- Find:
- Toggle Full Screen:
- Toggle Full Screen:
Ctrl + Shift + F
- Toggle Full Screen:
Navigation
- Go to Line:
- Go to Line:
Ctrl + G
- Go to Line:
- Go to File:
- Go to File:
Ctrl + P
- Go to File:
- Toggle Markdown Preview:
- Toggle Markdown Preview:
Ctrl + Shift + M
- Toggle Markdown Preview:
Editing
- Undo/Redo:
- Undo:
Ctrl + Z
- Redo:
Ctrl + Y
orCtrl + Shift + Z
- Undo:
- Copy/Cut/Paste:
- Copy:
Ctrl + C
- Cut:
Ctrl + X
- Paste:
Ctrl + V
- Copy:
- Select All:
- Select All:
Ctrl + A
- Select All:
- Toggle Line Comment:
- Toggle Line Comment:
Ctrl + /
- Toggle Line Comment:
- Indent/Outdent Lines:
- Indent:
Ctrl + ]
- Outdent:
Ctrl + [
- Indent:
Split Panes
- Split Panes:
- Split Right:
Ctrl + \
thenRight Arrow
- Split Down:
Ctrl + \
thenDown Arrow
- Split Right:
- Move Between Panes:
- Move Right:
Ctrl + \
thenCtrl + Right Arrow
- Move Down:
Ctrl + \
thenCtrl + Down Arrow
- Move Right:
Git Integration
- Toggle Git Tab:
- Toggle Git Tab:
Ctrl + 9
- Toggle Git Tab:
- Git Operations:
- Stage Changes:
Ctrl + Alt + S
- Commit Changes:
Ctrl + Alt + C
- Stage Changes:
Packages and Themes
- Install Packages:
- Open Settings:
Ctrl + ,
- Go to Install section
- Open Settings:
- Toggle Themes:
- Open Settings:
Ctrl + ,
- Go to Themes section
- Open Settings:
Customizing Atom
- Keymap:
- Open Keymap File:
Ctrl + ,
> Click on “Keybindings” > Scroll down and click on “your keymap file”
- Open Keymap File:
- Stylesheet:
- Open Stylesheet File:
Ctrl + ,
> Click on “Themes” > Scroll down and click on “your stylesheet file”
- Open Stylesheet File:
Markdown Editing
- Live Preview:
- Toggle Live Preview:
Ctrl + Shift + M
- Toggle Live Preview:
- Table of Contents:
- Insert Table of Contents:
Ctrl + Shift + P
> Type “Markdown Preview: Insert Table of Contents”
- Insert Table of Contents:
This Atom cheat sheet covers some basic shortcuts and functionalities. Atom is highly customizable, so explore its settings and packages to tailor it to your preferences. For more details, refer to the Atom Documentation.