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.
| FROM ubuntu:16.04 | |
| RUN apt-get update && apt-get install -y --no-install-recommends \ | |
| ca-certificates \ | |
| apt-transport-https \ | |
| openjdk-8-jre-headless \ | |
| curl \ | |
| xz-utils \ | |
| unzip \ | |
| bzip2 \ |
| { | |
| "name": "nightwatch_webcrawler", | |
| "description": "A web crawler sample based on nightwatch.", | |
| "version": "0.0.1", | |
| "author": { | |
| "name": "tonypai", | |
| "email": "[email protected]" | |
| }, | |
| "homepage": "http://github.com/tpai", | |
| "dependencies": { |
Haven't used BEM before, but as I know, it's a class name naming convension, for better managing css code.
em: Representing relative font-size, relative to parent element.rem: root em, representing relative font-size, but only relative to root element (``).