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

"Select Next Occurrence" doesn't work with multiple cursors #6395

Closed
1 task done
wzxu opened this issue Jan 5, 2024 · 1 comment
Closed
1 task done

"Select Next Occurrence" doesn't work with multiple cursors #6395

wzxu opened this issue Jan 5, 2024 · 1 comment
Labels
defect [core label] editor Feedback for code editing, formatting, editor iterations, etc

Comments

@wzxu
Copy link

wzxu commented Jan 5, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

When there's only one cursor, hitting cmd-D = "Select Next Occurrence" highlights the entire word where the cursor currently sits. When there are multiple cursors, the same command does nothing in Zed, but it should behave the same way, selecting every word each cursor currently sits. It's quite disruptive to me since I personally does this a lot. Refer to VS Code.

Environment

Zed: v0.119.2 (Zed Preview)
OS: macOS 14.2.0
Memory: 16 GiB
Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

If you only need the most recent lines, you can run the zed: open log command palette action to see the last 1000.

No response

@wzxu wzxu added admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue labels Jan 5, 2024
@JosephTLyons JosephTLyons added editor Feedback for code editing, formatting, editor iterations, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Jan 8, 2024
SomeoneToIgnore referenced this issue Jan 16, 2024
Deals with https://github.com/zed-industries/community/issues/2374

Release Notes:

- Added a way to select items under multiple carets with
`editor::SelectNext` and `editor::SelectPrevious` commands
@JosephTLyons
Copy link
Contributor

This should be fixed in v0.119.9-pre - please reopen if the issue persists.

@JosephTLyons JosephTLyons transferred this issue from zed-industries/community Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect [core label] editor Feedback for code editing, formatting, editor iterations, etc
Projects
None yet
Development

No branches or pull requests

2 participants