🔧 Added slope alias to espanso

This commit is contained in:
z3rOR0ne 2025-03-10 17:43:17 -07:00
parent 5391a73d45
commit 666d00a63a

View file

@ -175,6 +175,10 @@ matches:
force_clipboard: true
replace: "$$ x = \\frac{-(b) \\pm \\sqrt{(b)^2 - 4(a)(c)}}{2(a)} $$"
- trigger: ";slope"
force_clipboard: true
replace: "$$ m = \\frac{y_2 - y_1}{x_2 - x_1} $$"
# prints out latex piecewise function
- trigger: ";piece"
force_clipboard: true