Skip to content

Instantly share code, notes, and snippets.

@morganloehr
morganloehr / 0_reuse_code.js
Created February 10, 2014 18:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
config defaultToCurrentScreen true
config nudgePercentOf screenSize
config resizePercentOf screenSize
config windowHintsShowIcons true
bind esc:cmd grid padding:5 0:6,2 1:8,3
# Resize Bindings
bind right:alt resize +10% +0
bind left:alt resize -10% +0
@morganloehr
morganloehr / gist:802b94c04f90d4b18475
Created May 20, 2014 17:26
Dictionary App Styles For Webster's
@charset "UTF-8";
@namespace d url(http://www.apple.com/DTDs/DictionaryService-1.0.rng);
d|entry {
}
h1 {
font-size: 140%;
font-family: Palatino;
}