Skip to content

Instantly share code, notes, and snippets.

@wyudong
Last active July 3, 2016 05:52
Show Gist options
  • Save wyudong/a3bb35d356da7687e4d158186e286cbc to your computer and use it in GitHub Desktop.
Save wyudong/a3bb35d356da7687e4d158186e286cbc to your computer and use it in GitHub Desktop.
Useful commands and shortcuts for Atom editor

Atom Shortcut Cheatsheet

Moving

Command Description
control + a Go to the start of the line
control + e Go to the end of the line
control + b Move cursor one character backward
control + f Move cursor one character forward
control + p Go to the previous line
control + n Go to the next line
alt + b Move cursor one word backward
alt + f Move cursor one word forward

Editing

Command Description
control + h Backspace
control + d Remove one character after cursor
command + d Select word, repeat to select next occurrence
command + l Select line, repeat to select next lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment