Skip to content

Instantly share code, notes, and snippets.

@Stiivi
Last active December 11, 2015 12:09
Show Gist options
  • Save Stiivi/4599016 to your computer and use it in GitHub Desktop.
Save Stiivi/4599016 to your computer and use it in GitHub Desktop.
(
{
on = 1;
replace = "(c)";
with = "\U00a9";
},
{
on = 0;
replace = "(r)";
with = "\U00ae";
},
{
on = 0;
replace = "(p)";
with = "\U2117";
},
{
on = 0;
replace = TM;
with = "\U2122";
},
{
on = 1;
replace = "c/o";
with = "\U2105";
},
{
on = 1;
replace = "...";
with = "\U2026";
},
{
on = 0;
replace = teh;
with = the;
},
{
on = 1;
replace = "1/2";
with = "\U00bd";
},
{
on = 1;
replace = "1/3";
with = "\U2153";
},
{
on = 1;
replace = "2/3";
with = "\U2154";
},
{
on = 1;
replace = "1/4";
with = "\U00bc";
},
{
on = 1;
replace = "3/4";
with = "\U00be";
},
{
on = 1;
replace = "1/5";
with = "\U2155";
},
{
on = 1;
replace = "2/5";
with = "\U2156";
},
{
on = 1;
replace = "3/5";
with = "\U2157";
},
{
on = 1;
replace = "4/5";
with = "\U2158";
},
{
on = 1;
replace = "1/6";
with = "\U2159";
},
{
on = 1;
replace = "5/6";
with = "\U215a";
},
{
on = 1;
replace = "1/8";
with = "\U215b";
},
{
on = 1;
replace = "3/8";
with = "\U215c";
},
{
on = 1;
replace = "5/8";
with = "\U215d";
},
{
on = 1;
replace = "7/8";
with = "\U215e";
},
{
on = 1;
replace = "->";
with = "\U2192";
},
{
on = 1;
replace = "<-";
with = "\U2190";
},
{
on = 1;
replace = "=>";
with = "\U21d2";
},
{
on = 1;
replace = "<=";
with = "\U21d0";
},
{
on = 1;
replace = "<->";
with = "\U2194";
},
{
on = 1;
replace = "<=>";
with = "\U21d4";
},
{
on = 1;
replace = "|^";
with = "\U2191";
},
{
on = 1;
replace = "No_";
with = "\U2116";
},
{
on = 1;
replace = "\\blacksquare";
with = "\U25a0";
},
{
on = 1;
replace = "\\bullet";
with = "\U2022";
},
{
on = 1;
replace = "\\recycle";
with = "\U267b";
},
{
on = 1;
replace = "\\command";
with = "\U2318";
},
{
on = 1;
replace = "||:";
with = "\Ud834\Udd06";
},
{
on = 1;
replace = ":||";
with = "\Ud834\Udd07";
},
{
on = 1;
replace = "~~";
with = "\U2248";
},
{
on = 1;
replace = "!!=";
with = "\U2260";
},
{
on = 1;
replace = "\\element";
with = "\U2208";
},
{
on = 1;
replace = "\\notelement";
with = "\U2209";
},
{
on = 1;
replace = "\\subset";
with = "\U2282";
},
{
on = 1;
replace = "\\nosubset";
with = "\U2284";
},
{
on = 1;
replace = "\\dagger";
with = "\U2020";
},
{
on = 1;
replace = "\\ddagger";
with = "\U2021";
},
{
on = 1;
replace = "\\refmark";
with = "\U203b";
},
{
on = 1;
replace = "\\blackstar";
with = "\U2605";
},
{
on = 1;
replace = "\\whitestar";
with = "\U2606";
},
{
on = 1;
replace = "\\hand";
with = "\U261e";
},
{
on = 1;
replace = "\\recipe";
with = "\U211e";
},
{
on = 1;
replace = "\\checkmark";
with = "\U2713";
},
{
on = 1;
replace = "\\snowflake";
with = "\U2744";
},
{
on = 1;
replace = "\\florette";
with = "\U2740";
},
{
on = 1;
replace = "\\times";
with = "\U2715";
},
{
on = 1;
replace = "\\or";
with = "\U22c1";
},
{
on = 1;
replace = "\\and";
with = "\U22c0";
},
{
on = 1;
replace = "\\plusminus";
with = "\U00b1";
},
{
on = 1;
replace = "\\div";
with = "\U00f7";
},
{
on = 1;
replace = "\\sum";
with = "\U2211";
},
{
on = 1;
replace = "\\exists";
with = "\U2203";
},
{
on = 1;
replace = "\\noexists";
with = "\U2204";
},
{
on = 1;
replace = "\\inf";
with = "\U221e";
},
{
on = 1;
replace = "\\male";
with = "\U2642";
},
{
on = 1;
replace = "\\female";
with = "\U2640";
},
{
on = 1;
replace = "\\quarternote";
with = "\U2669";
},
{
on = 1;
replace = "\\eightgnote";
with = "\U266a";
},
{
on = 1;
replace = "\\flat";
with = "\U266d";
},
{
on = 1;
replace = "\\sharp";
with = "\U266f";
},
{
on = 1;
replace = "\\natural";
with = "\U266e";
},
{
on = 1;
replace = "\\maltese";
with = "\U2720";
},
{
on = 1;
replace = "\\snowman";
with = "\U2603";
},
{
on = 1;
replace = "\\cloud";
with = "\U2601";
}
)
# Instructions:
# 1. copy contents of the previous file to your clipboard
# 2. execute the following command:
defaults write -g NSUserReplacementItems "$(pbpaste)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment