We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7651f79 commit 6459296Copy full SHA for 6459296
users/cdom/config/espanso/match/urls.yml
@@ -1,4 +1,10 @@
1
+---
2
matches:
3
+ - trigger: "@@gh"
4
+ replace: "https://github.com/"
5
+ - trigger: "@@j"
6
+ replace: "https://kleinweb.atlassian.net/browse/KWG-"
7
+
8
- regex: ";gh\\((?P<repo>.*)\\)"
9
replace: '[{{repo}}](https://github.com/{{repo}})'
10
- regex: ";j<(?P<id>\\d+)>"
0 commit comments