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 text inserted by shell or paste (#4458) doesn't work properly when pasting with multiple cursors #4609

Closed
emilyyyylime opened this issue Nov 6, 2022 · 2 comments · Fixed by #4608
Labels
C-bug Category: This is a bug

Comments

@emilyyyylime
Copy link
Contributor

emilyyyylime commented Nov 6, 2022

Summary

When I saw this got merged I was immediately excited to implement moving selections around with the following addition to my config.toml:

C-j = ["extend_to_line_bounds", "delete_selection", "paste_after"]
C-k = ["extend_to_line_bounds", "delete_selection", "move_line_up", "paste_before"]

and it mostly works quite nicely, nice job @the-mikedavis.

...until I tried using more than one selection

Reproduction Steps

Simply paste with more than one cursor active. the top selection will move to the pasted text properly, but the others move left weirdly.

@emilyyyylime emilyyyylime added the C-bug Category: This is a bug label Nov 6, 2022
@emilyyyylime
Copy link
Contributor Author

Chickenkeeper did mention this on Matrix but I didn't see any issue when I looked... Am I missing it?

@emilyyyylime
Copy link
Contributor Author

I've come to know there isn't an issue because there's already a PR to fix it 😅...

@the-mikedavis the-mikedavis linked a pull request Nov 6, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant