You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like quad is configured for a matching pair of single quotes in the context of quad that. Not sure if you use double that for single quotes as well.
Anyway, my clone of these configs looks like this:
(double quote | dubquote | quad) that:
text = edit.selected_text()
user.paste('"{text}"')
(single | twin) that:
text = edit.selected_text()
user.paste("'{text}'")
Not sure if you're looking for issues or PRs on your personal config repo, just trying to be helpful 😊
The text was updated successfully, but these errors were encountered:
Hi Pokey!
Loving Cursorless, and as I was reading through some of your configs for inspiration, I found a possible typo:
pokey_talon/text/symbols.talon
Lines 79 to 87 in 5fbe67f
Looks like
quad
is configured for a matching pair of single quotes in the context ofquad that
. Not sure if you usedouble that
for single quotes as well.Anyway, my clone of these configs looks like this:
Not sure if you're looking for issues or PRs on your personal config repo, just trying to be helpful 😊
The text was updated successfully, but these errors were encountered: