From 6fa2204aa82f21569f7353a44035f9801bf81aeb Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Fri, 27 Sep 2019 23:06:52 +0200 Subject: [PATCH] Fix #42 --- src/res/config.yml | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/src/res/config.yml b/src/res/config.yml index af10305..7ad3e30 100644 --- a/src/res/config.yml +++ b/src/res/config.yml @@ -2,7 +2,7 @@ # This is the default configuration file, change it as you like it # You can refer to the official documentation: -# https://github.com/federico-terzi/espanso +# https://espanso.org/docs/ # Matches are the substitution rules, when you type the "trigger" string # it gets replaced by the "replace" string. @@ -27,34 +27,4 @@ matches: - name: output type: shell params: - cmd: "echo Hello from you shell" - - # Emojis - - trigger: ":lol" - replace: "😂" - - trigger: ":llol" - replace: "😂😂😂😂" - - trigger: ":sad" - replace: "☹" - - trigger: ":ssad" - replace: "☹☹☹☹" - - # Accented letters - - trigger: "e''" - replace: "è" - - trigger: "e//" - replace: "é" - - trigger: "a''" - replace: "à" - - trigger: "i''" - replace: "ì" - - trigger: "o''" - replace: "ò" - - trigger: "u''" - replace: "ù" - - # Capital accented letters - - trigger: "E''" - replace: "È" - - trigger: "E//" - replace: "É" \ No newline at end of file + cmd: "echo Hello from your shell" \ No newline at end of file