Last active
June 11, 2021 14:32
-
-
Save alechemy/881f6f7365595cbbaa31f2f795220fc9 to your computer and use it in GitHub Desktop.
espanso config for removing uses of words condemned by Benjamin Dreyer in his book, "Dreyer's English".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yaml name: espanso-dreyers | |
| parent: default | |
| matches: | |
| - trigger: "very" | |
| replace: "" | |
| word: true | |
| - trigger: "rather" | |
| replace: "" | |
| word: true | |
| - trigger: "really" | |
| replace: "" | |
| word: true | |
| - trigger: "quite" | |
| replace: "" | |
| word: true | |
| - trigger: "in fact" | |
| replace: "" | |
| word: true | |
| # - trigger: "just" | |
| # replace: "" | |
| # word: true | |
| # - trigger: "so" | |
| # replace: "" | |
| # word: true | |
| - trigger: "pretty" | |
| replace: "" | |
| word: true | |
| - trigger: "of course" | |
| replace: "" | |
| word: true | |
| - trigger: "surely" | |
| replace: "" | |
| word: true | |
| - trigger: "that said" | |
| replace: "" | |
| word: true | |
| - trigger: "actually" | |
| replace: "" | |
| word: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment