mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: added to espanso triggers
This commit is contained in:
parent
f222879f76
commit
f5d0917b71
1 changed files with 16 additions and 0 deletions
|
@ -9,6 +9,22 @@
|
|||
matches = {
|
||||
base = {
|
||||
matches = [
|
||||
{
|
||||
trigger = ":up";
|
||||
replace = "↑";
|
||||
}
|
||||
{
|
||||
trigger = ":down";
|
||||
replace = "↓";
|
||||
}
|
||||
{
|
||||
trigger = ":left";
|
||||
replace = "←";
|
||||
}
|
||||
{
|
||||
trigger = ":right";
|
||||
replace = "→";
|
||||
}
|
||||
{
|
||||
trigger = ":neg";
|
||||
replace = "¬";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue