Skip to content

Instantly share code, notes, and snippets.

@alechemy
Last active June 11, 2021 14:32
Show Gist options
  • Select an option

  • Save alechemy/881f6f7365595cbbaa31f2f795220fc9 to your computer and use it in GitHub Desktop.

Select an option

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".
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