Skip to content

Instantly share code, notes, and snippets.

@tye-shutty
Last active July 3, 2019 14:31
Show Gist options
  • Save tye-shutty/9714b46bebb6d0931152aa28aa02a3d1 to your computer and use it in GitHub Desktop.
Save tye-shutty/9714b46bebb6d0931152aa28aa02a3d1 to your computer and use it in GitHub Desktop.
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