-
Notifications
You must be signed in to change notification settings - Fork 793
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
Add cursorless support for jetbrains #1628
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This requires your new extension, right? Can we detect if they have that or not? I guess it will error out either way but it might be nice if we can show a more precise error. (I know a lot of people were confused by the error the existing code shows that you don't have the old plugin because it's very esoteric)
Would it be possible to merge this change behind a tag? In other words only enable it if the tag is enabled? It would make it easier for folks to try out the change...just a thought. |
For what it's worth, you can enable this without modifying the community repo: jaresty/mac-dotfiles@dff0250 |
(cherry picked from commit a7e2d81)
for more information, see https://pre-commit.ci
@phillco: this PR is backwards compatible with the old plugin, except that it ALSO enables cursorless commands.
the tag part could of course be changed to do like for vscode here: |
No description provided.