This tutorials explains about Atom Editor Shortcut or hot keys.

These keys enables us to quickly operate on running with Atom editor

Atom shortcut keys

Let’s see some shortcut keys

  • moving between windows in the Atom editor?

    CMD + < command used to move between multiple windows

  • Comment out a code on editor

select the line or block of code

- `CTRL` + `/` is used to comment the code
- `CTRL` + `\` used to uncomment the code
  • Running Command palette command palette contains all the actions
    • Command + Shift + P