Last active
August 29, 2015 14:16
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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