Last active
January 30, 2019 22:09
-
-
Save angel-rs/bf48c3cd8429af3854b67d0c9a1dbd91 to your computer and use it in GitHub Desktop.
Atom shortcuts
This file contains hidden or 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
Category Key Combination Description | |
Positioning: | |
Alt + ⭡ Jump to beginning of previous paragraph | |
Alt + ⭣ Jump to beginning of next paragraph | |
Alt + ⭠ Jump to beginning of previous word | |
Alt + ⭢ Jump to beginning of next word | |
Ctrl + Home Jump to the beginning of the document | |
Ctrl + End Jump to end of the document | |
Searching: | |
Ctrl + F Search in current document | |
Ctrl + Shift + F Search in the entire project folder | |
Visualization: | |
Alt + { Fold current row | |
Alt + } Unfold current row | |
Ctrl + { Fold the whole document | |
Ctrl + } Unfold the whole document | |
Hack time: | |
Ctrl + Shift + D Duplicate the current line | |
Alt + F3 Select all the matches of the current string selection | |
Ctrl + D Select next match of the current string selection | |
Tooling: | |
Alt + C Open color picker | |
Ctrl + B Toggle Git Blame | |
Ctrl + Shift + V Open clipboard history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment