mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
13 lines
290 B
YAML
13 lines
290 B
YAML
# Commonly used in house call pro.
|
|
matches:
|
|
# House Call Pro
|
|
- trigger: ":cc"
|
|
replace: "Client Concern"
|
|
- trigger: ":diag"
|
|
replace: "Diagnostic"
|
|
- trigger: ":wd"
|
|
replace: "Work Description"
|
|
- trigger: ":wp" # I often mistype for this.
|
|
replace: "Work Description"
|
|
|