Can we expand snippets only after hitting the delimiter keys such as space, tab, enter?
For example,
I want to assign:
\\a expands to \alpha
\\a2 expands to \alpha^2
Problem: Whenever I type \\a it expands to \alpha and can not type \\aa2 so that the second one works.
This is possible in in another text expanding app called aText.
There we can expand the snippet at the delimiter.
If we type \\aa and hit space or tab or enter, it will expand the snippet and keep (or not keep) the delimiter,
can we do same in Alfred?