Skip to content

Instantly share code, notes, and snippets.

View geoffalday's full-sized avatar

Geoff Alday geoffalday

View GitHub Profile
@geoffalday
geoffalday / gist:4189584
Created December 2, 2012 16:24 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@geoffalday
geoffalday / gist:4731700
Last active December 12, 2015 06:49
Setting the color of button text to black in CSS vs. Objective-C.
.button { color: black; }
@geoffalday
geoffalday / gist:5105602
Last active December 14, 2015 15:08
Car Monitor + Raspberry Pi settings
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
overscan_left=22
overscan_right=38
overscan_top=-22
overscan_bottom=-24
{
"ignored_packages":
[
"Vintage"
],
"trim_trailing_white_space_on_save": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"detect_indentation": false,
"use_tab_stops": true
@geoffalday
geoffalday / geoff.txt
Created April 29, 2014 15:12
A few ways my name has been pronounced.
gee-off
geff
goff
george
jiff
joff
greg
@geoffalday
geoffalday / words.txt
Last active August 29, 2015 14:00
Words that should be used more often.
aluminium
kerfuffle
shenanigans
@geoffalday
geoffalday / unity-git-lfs-instructions.md
Last active June 25, 2023 19:08
Setting up Unity for Git LFS