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

"vim":{"use_system_clipboard": "never"} in conjunction with multi-cursor paste, combines each region in every paste location #11687

Open
1 task done
alecthomas opened this issue May 11, 2024 · 0 comments
Labels
defect [core label] editor Feedback for code editing, formatting, editor iterations, etc setting Feedback for preferences, configuration, etc vim

Comments

@alecthomas
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

Add the above setting, then use multi-cursors to select > 1 region, yank the region, then paste it. All N yanked regions are duplicated at every paste point. Removing the above setting works as I would expect, pasting each individual region at its corresponding cursor position.

The video below illustrates the issue.

Environment

Zed: v0.134.4 (Zed)
OS: macOS 14.4.1
Memory: 24 GiB
Architecture: aarch64

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

image

Here's a video illustrating what happens. If the above setting is removed, multi-cursor paste works correctly.

Zed.mp4

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

No response

@alecthomas alecthomas added admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue labels May 11, 2024
@alecthomas alecthomas changed the title "vim":{"use_system_clipboard": "never"} combined with multi-cursors pastes combined clipboard in every location "vim":{"use_system_clipboard": "never"} in conjunction with multi-cursor paste, combines each region in every paste location May 11, 2024
@Moshyfawn Moshyfawn added vim editor Feedback for code editing, formatting, editor iterations, etc setting Feedback for preferences, configuration, etc and removed triage Maintainer needs to classify the issue labels May 11, 2024
@JosephTLyons JosephTLyons removed the admin read Pending admin review label May 13, 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 setting Feedback for preferences, configuration, etc vim
Projects
None yet
Development

No branches or pull requests

3 participants