mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: quick commit no time to suss this shit
This commit is contained in:
parent
e54a445a14
commit
9c41f99905
8 changed files with 31 additions and 10 deletions
|
@ -7,16 +7,32 @@
|
|||
base = {
|
||||
matches = [
|
||||
{
|
||||
trigger = ":now";
|
||||
replace = "It's {{currentdate}} {{currenttime}}";
|
||||
trigger = ":neg";
|
||||
replace = "¬";
|
||||
}
|
||||
{
|
||||
trigger = ":hello";
|
||||
replace = "line1\nline2";
|
||||
trigger = ":conj";
|
||||
replace = "∧";
|
||||
}
|
||||
{
|
||||
regex = ":hi(?P<person>.*)\\.";
|
||||
replace = "Hi {{person}}!";
|
||||
trigger = ":disj";
|
||||
replace = "∨";
|
||||
}
|
||||
{
|
||||
trigger = ":imp";
|
||||
replace = "→";
|
||||
}
|
||||
{
|
||||
trigger = ":bicon";
|
||||
replace = "↔";
|
||||
}
|
||||
{
|
||||
trigger = ":forall";
|
||||
replace = "∀";
|
||||
}
|
||||
{
|
||||
trigger = ":exist";
|
||||
replace = "∃";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue