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
{ | |
"font_face": "Hack", | |
"font_size": 10 | |
} |
<?php | |
/*********************************************************************************************** | |
* Tweetledee - Incredibly easy access to Twitter data | |
* userrss.php -- User timeline results formatted as a RSS feed | |
* Version: 0.4.1 | |
* Copyright 2014 Christopher Simpkins | |
* MIT License | |
************************************************************************************************/ | |
/*----------------------------------------------------------------------------------------------- | |
==> Instructions: |
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import sys | |
import time | |
from progressbar import AnimatedMarker, Bar, BouncingBar, Counter, ETA, \ | |
FileTransferSpeed, FormatLabel, Percentage, \ | |
ProgressBar, ReverseBar, RotatingMarker, \ | |
SimpleProgress, Timer |
Infinite cycle from the Sweetmeat footer.
A Pen by Chris Simpkins on CodePen.
{ | |
"man": "man {{args}} | col -bx" | |
} |
<footer> | |
<p class="meta"> | |
{% include post/author.html %} | |
{% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %} | |
{% include post/categories.html %} | |
</p> | |
{% unless page.sharing == false %} | |
{% include post/sharing.html %} | |
{% endunless %} | |
<p class="meta"> |
#!/bin/sh | |
# gemify.sh | |
# Create a Ruby gem and push it to rubygems.org | |
# Copyright 2013 Christopher Simpkins | |
# MIT License | |
# Enter your gem name below (do not enter version number or .gemspec suffix) | |
# or pass it as the first argument to the shell script | |
GEM_NAME="" |
Delete Line | ⌘ + X | Ctrl + X | Ctrl + X |
Insert Line After | ⌘ + ↩ | Ctrl + ↩ | Ctrl + ↩ |
Insert Line Before | ⌘ + ⇧ + ↩ | Ctrl + ⇧ + ↩ | Ctrl + ⇧ + ↩ |
Move Line Up | ⌘ + ⌃ + ↑ | Ctrl + ⇧ + ↑ | Ctrl + ⇧ + ↑ |
Move Line Down | ⌘ + ⌃ + ↓ | Ctrl + ⇧ + ↓ | Ctrl + ⇧ + ↓ |
Select Line | ⌘ + L | Ctrl + L | Ctrl + L |
Select Word | ⌘ + D | Ctrl + D | Ctrl + D |