:: Added sum espanso alias
This commit is contained in:
parent
6c9f6a83ce
commit
22258f4f6a
1 changed files with 4 additions and 2 deletions
|
|
@ -12,12 +12,11 @@ matches:
|
||||||
- trigger: :espanso
|
- trigger: :espanso
|
||||||
force_clipboard: true
|
force_clipboard: true
|
||||||
replace: Hi there!
|
replace: Hi there!
|
||||||
# But matches can also be dynamic:
|
|
||||||
|
|
||||||
# Print the current date
|
# Print the current date
|
||||||
- trigger: :date
|
- trigger: :date
|
||||||
# NOTE: espanso uses YAML to define matches, so pay attention to the indentation!
|
# NOTE: espanso uses YAML to define matches, so pay attention to the indentation!
|
||||||
|
|
||||||
|
# But matches can also be dynamic:
|
||||||
force_clipboard: true
|
force_clipboard: true
|
||||||
replace: '{{mydate}}'
|
replace: '{{mydate}}'
|
||||||
vars:
|
vars:
|
||||||
|
|
@ -154,6 +153,9 @@ matches:
|
||||||
- trigger: ;dint
|
- trigger: ;dint
|
||||||
force_clipboard: true
|
force_clipboard: true
|
||||||
replace: \int_{}^{}{f(x)\, dx}
|
replace: \int_{}^{}{f(x)\, dx}
|
||||||
|
- trigger: ;sum
|
||||||
|
force_clipboard: true
|
||||||
|
replace: \sum_{}^{}{}
|
||||||
- trigger: ;lim
|
- trigger: ;lim
|
||||||
force_clipboard: true
|
force_clipboard: true
|
||||||
replace: \lim\limits_{ \to }
|
replace: \lim\limits_{ \to }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue