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
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |
| #!/bin/bash | |
| # Setup CentOS 7 host as AMI | |
| # Update base OS update, and install EPEL repo and Python Pip | |
| sudo yum install -y https://centos7.iuscommunity.org/ius-release.rpm | |
| sudo yum -y update | |
| sudo yum install -y python34u python34u-libs python34u-devel | |
| sudo yum -y install python-pip | |
| # Install Python add-ons: |