Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Atom Cheat Sheet
- ## Command Palette
- Windows: `CTRL` + `SHIFT` + `P`
- Mac: `CMD` + `SHIFt` + `P`
- ## Open Settings
- Windows: `CTRL` + `,`
- Mac: `CMD` + `,`
- ## Find/Replace
- ### Find in file
- Windows: `CTRL` + `F`
- Mac: `CMD` + `F`
- ### Find in folder/project
- Windows: `CTRL` + `SHIFT` + `F`
- Mac: `CMD` + `SHIFT` + `F`
- ## File Navigation
- ### Toggle File Finder
- Windows: `CTRL` + `P`
- Mac: `CMD` + `P`
- ### Go-to line
- Windows: `CTRL` + `G`
- Mac: `CMD` + `G`
- ### Go-to symbol
- Windows: `CTRL` + `R`
- Mac: `CMD` + `R`
Advertisement
Add Comment
Please, Sign In to add comment