Atom code editor tips and tricks

Multiple cursors: ctrl + click

Select the next match: ctrl + d

Unselect the next match: ctrl + u

Duplicate line: ctrl + shift + d

Move line(s) up/down: ctrl + up/down

Fix indentation of copied code: select the code then Edit > Lines > Auto