We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I saw this got merged I was immediately excited to implement moving selections around with the following addition to my config.toml:
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
Simply paste with more than one cursor active. the top selection will move to the pasted text properly, but the others move left weirdly.
The text was updated successfully, but these errors were encountered:
Chickenkeeper did mention this on Matrix but I didn't see any issue when I looked... Am I missing it?
Sorry, something went wrong.
I've come to know there isn't an issue because there's already a PR to fix it 😅...
Successfully merging a pull request may close this issue.
Summary
When I saw this got merged I was immediately excited to implement moving selections around with the following addition to my
config.toml
: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.
The text was updated successfully, but these errors were encountered: