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
feat: add setting to disable multi cursor on click #20444
Conversation
99b7785
to
dcc2758
Compare
Any ideas when this will be merged? |
Thanks @UziTech for the contribution I will be reviewing this. |
Ctrl + click do not work anymore ? |
Hi @PiklioBezGashti, this PR just allows users to toggle the feature. However, we had a regression that will be fixed on the next release, until then, you can refer to this simple workaround to get back the functionality if you are running Atom version after 1.47. |
Thank you , you make my life easier |
I couldn't find the option to enable Ctrl+Click command. Atom version: 1.48.0 |
@rameshMint it is currently broken in v1.48.0. It should be fixed in the next release but here is a fix for v1.48.0: #20804 (comment) |
For those still looking to for the setting, it's at: Settings -> Editor -> Multi Cursor on Click |
Issue or RFC Endorsed by Atom's Maintainers
fixes #7595
Description of the Change
Add editor setting to disable multiple cursors on Ctrl + click
Alternate Designs
Possible Drawbacks
none
Verification Process
tests
Release Notes
Add editor setting to disable multiple cursors on Ctrl + click (Cmd + click on MacOS)