From 22258f4f6ac046014ded011ae10fcab288a31c95 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 8 Dec 2025 19:10:59 -0800 Subject: [PATCH] :: Added sum espanso alias --- .config/espanso/match/base.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/espanso/match/base.yml b/.config/espanso/match/base.yml index d4c47b81..14e3d559 100644 --- a/.config/espanso/match/base.yml +++ b/.config/espanso/match/base.yml @@ -12,12 +12,11 @@ matches: - trigger: :espanso force_clipboard: true replace: Hi there! - # But matches can also be dynamic: - # Print the current date - trigger: :date # NOTE: espanso uses YAML to define matches, so pay attention to the indentation! + # But matches can also be dynamic: force_clipboard: true replace: '{{mydate}}' vars: @@ -154,6 +153,9 @@ matches: - trigger: ;dint force_clipboard: true replace: \int_{}^{}{f(x)\, dx} + - trigger: ;sum + force_clipboard: true + replace: \sum_{}^{}{} - trigger: ;lim force_clipboard: true replace: \lim\limits_{ \to }