Guest User

Untitled

a guest
Mar 25th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # Atom Cheat Sheet
  2.  
  3. ## Command Palette
  4.  
  5. Windows: `CTRL` + `SHIFT` + `P`
  6.  
  7. Mac: `CMD` + `SHIFt` + `P`
  8.  
  9. ## Open Settings
  10.  
  11. Windows: `CTRL` + `,`
  12.  
  13. Mac: `CMD` + `,`
  14.  
  15. ## Find/Replace
  16.  
  17. ### Find in file
  18.  
  19. Windows: `CTRL` + `F`
  20.  
  21. Mac: `CMD` + `F`
  22.  
  23. ### Find in folder/project
  24.  
  25. Windows: `CTRL` + `SHIFT` + `F`
  26.  
  27. Mac: `CMD` + `SHIFT` + `F`
  28.  
  29. ## File Navigation
  30.  
  31. ### Toggle File Finder
  32.  
  33. Windows: `CTRL` + `P`
  34.  
  35. Mac: `CMD` + `P`
  36.  
  37. ### Go-to line
  38.  
  39. Windows: `CTRL` + `G`
  40.  
  41. Mac: `CMD` + `G`
  42.  
  43. ### Go-to symbol
  44.  
  45. Windows: `CTRL` + `R`
  46.  
  47. Mac: `CMD` + `R`
Advertisement
Add Comment
Please, Sign In to add comment