Skip to content

Instantly share code, notes, and snippets.

@pfirsich
Last active August 29, 2015 14:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfirsich/f24b7c54b887243caf0d to your computer and use it in GitHub Desktop.
Save pfirsich/f24b7c54b887243caf0d to your computer and use it in GitHub Desktop.
A reminder of the Atom shortcuts I think are the most useful (and I will print out and put beside my computer)
Important:
ctrl+shift+p - everything
ctrl+t - fuzzy file opener (alternative: ctlr+b - search open files)
ctrl+, - settings
ctrl+f - search
ctrl+shift+f - search entire project
esc - close search pane
ctrl+r - search symbols in current file
ctrl+shift+r - entire project
ctrl+shift+t - restores last closed tab
ctrl+up/down - moves code line up/down
ctrl+k, left/right/up/down - split file into pane
ctrl+, ctrl+left/right/up/down - focus pane to the left/right/..
ctrl+shift+d - duplicate lines
ctrl+shift+k - delete line
f11 - fullscreen
ctrl+^ - toggle treeview
ctrl+l - select line
ctrl+d - select next occurence of selected text
ctrl+m - move to matching bracket
alt+ctrl+backspace - remove matching brackets
alt+shift+s - fuzzy search snippets
tab - next stop
ctrl+. - shortcut-tryout-thingy
ctrl+shift+m - open preview of markdown in pane to the right
ctrl+shift+l - change syntax highlighting language
ctrl+g - jump to specific line
ctrl+# - toggle comment
alg+g, o - open on github
h - history on github
my own:
alt+f2 - toggle bookmark
f2 - view all bookmarks
(love-module: Alt + L - start Love)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment