Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Last active September 26, 2015 09:08
Show Gist options
  • Save denisdefreyne/1073432 to your computer and use it in GitHub Desktop.
Save denisdefreyne/1073432 to your computer and use it in GitHub Desktop.
{
"^m" = {
"^m" = {
"?" = {
"!" = ("insertText:", "\U203D"); /* ‽ */
};
"o" = {
"/" = {
"\\~" = ("insertText:", "\U266A"); /* ♪ */
};
};
"<" = {
"3" = ("insertText:", "\U2665"); /* ♥ */
};
};
"~;" = ("insertText:", "\U22EE"); /* ⋮ */
"2" = ("insertText:", "\U00B2"); /* ² */
"i" = ("insertText:", "\U221E"); /* ∞ */
"c" = ("insertText:", "\U2318"); /* ⌘ */
"a" = ("insertText:", "\U2325"); /* ⌥ */
"t" = ("insertText:", "\U2303"); /* ⌃ */
"h" = ("insertText:", "\U21E7"); /* ⇧ */
"e" = ("insertText:", "\U21A9"); /* ↩ */
"l" = ("insertText:", "\U2190"); /* ← */
"r" = ("insertText:", "\U2192"); /* → */
"u" = ("insertText:", "\U2191"); /* ↑ */
"d" = ("insertText:", "\U2193"); /* ↓ */
};
"^g" = {
"a" = ("insertText:", "\U03B1"); /* α */
"l" = ("insertText:", "\U03BB"); /* λ */
"E" = ("insertText:", "\U0190"); /* Ɛ */
};
"^l" = {
"a" = ("insertText:", "\U2200"); /* ∀ */
"e" = ("insertText:", "\U2203"); /* ∃ */
"l" = ("insertText:", "\U03BB"); /* λ */
"^e" = ("insertText:", "\U2261"); /* ≡ */
"[" = ("insertText:", "\U301A"); /*〚 */
"]" = ("insertText:", "\U301B"); /* 〛*/
"n" = ("insertText:", "\U2115"); /* ℕ */
"z" = ("insertText:", "\U2124"); /* ℤ */
"i" = ("insertText:", "\U2208"); /* ∈ */
"s" = ("insertText:", "\U2211"); /* ∑ */
"R" = ("insertText:", "\U21D2"); /* ⇒ */
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment