Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible typo / inconsistency #2

Open
bookcasey opened this issue Jul 23, 2022 · 0 comments
Open

Possible typo / inconsistency #2

bookcasey opened this issue Jul 23, 2022 · 0 comments

Comments

@bookcasey
Copy link

Hi Pokey!

Loving Cursorless, and as I was reading through some of your configs for inspiration, I found a possible typo:

(double | quad) that:
text = edit.selected_text()
user.paste("'{text}'")
(double quote | dubquote) that:
text = edit.selected_text()
user.paste('"{text}"')
(single | twin) that:
text = edit.selected_text()
user.paste("'{text}'")

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 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant