Add new config

This commit is contained in:
2024-12-29 11:20:41 -06:00
parent f5274dee16
commit c1fb781f6e
15 changed files with 671 additions and 175 deletions

View File

@ -6,6 +6,11 @@ matches:
replace: "Gabriel Brown"
- trigger: ":fin"
replace: "Gabriel A Brown"
# Email
- trigger: ":em"
replace: "gib@gibbyb.com"
- trigger: ":empro"
replace: "me@gbrown.org"
# Date
- trigger: ":date"
@ -54,6 +59,10 @@ matches:
- trigger: ":pymain"
replace: "#\n#\n# Author: GibbyB (Gabriel Brown)\n#\n\nfrom typing import List\n\n\ndef main():\npass\n\n\nif __name__ == \"__main__\":\nmain()"
- trigger: ":tsblock"
replace: "```TypeScript\n\n```"
force_clipboard: true
# Frequent Misspellings
- trigger: "yoututbe"
replace: "YouTube"
@ -64,6 +73,9 @@ matches:
- trigger: "nivm"
replace: "nvim"
- trigger: "updaet"
replace: "update"
# Good Emojis
- trigger: ":happy:"
replace: "\U0001F603"