Skip to content

Select text inserted by shell or paste (#4458) doesn't work properly when pasting with multiple cursors #4609

Closed
@emilyyyylime

Description

@emilyyyylime

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions