Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
- β : Command key
- β : Control key
- β« : Delete key
- β : Left arrow key
- β : Right arrow key
- β : Up arrow key
| #!/bin/bash | |
| # This script cleans up your EC2 instance before baking a new AMI. | |
| # Run the following command in a root shell: | |
| # | |
| # bash <(curl -s https://gist.githubusercontent.com/keatondunsford/b8e4da06448e2d52cb3f4388ff47fd73/raw/9a5c3cfd77ecb07fe725259df4c230531401575a/ami-clean.sh) | |
| function print_green { | |
| echo -e "\e[32m${1}\e[0m" | |
| } |
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/