Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.
- β : Command key
- β : Control key
- β« : Delete key
- β : Left arrow key
- β : Right arrow key
- β : Up arrow key
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.
Press minus + shift + s and return to chop/fold long lines!
| #!/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.github.com/justindowning/5921369/raw/ami-clean.sh) | |
| function print_green { | |
| echo -e "\e[32m${1}\e[0m" | |
| } |