Skip to content

Instantly share code, notes, and snippets.

@andrewcockerham
andrewcockerham / README.md
Created January 19, 2017 13:06 — forked from hofmannsven/README.md
My simply Git Cheatsheet
// by davey whyte aka @beesandbombs
void setup(){
size(600,520,P3D);
colorMode(HSB,1);
noStroke();
}
float R = 160, r = 55;
int N = 720;

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

NOTE: Use Cmd instead of Ctrl on Mac

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)