Last active
July 3, 2019 14:31
-
-
Save tye-shutty/9714b46bebb6d0931152aa28aa02a3d1 to your computer and use it in GitHub Desktop.
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
shift-F6 | |
#replace symbol across files | |
CMD-alt-L | |
#reformat code | |
alt-up and alt-down | |
#select within parenthesis | |
wrap selection in "{([ | |
#press command-<regular sequence to make that char> | |
alt-ctl-c | |
#show recent changes to project | |
shift-cmd-J | |
#slurp back | |
ctl-cmd-K | |
#slurp forward | |
shift-cmd-K | |
#barf back | |
ctl-cmd-J | |
#barf forward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment