Skip to content
Discussion options

You must be logged in to vote

this is expected behavior if you paste from helix to helix.

With #6985 helix now treats the clipboard the same as any other register with regards to multicursors.

Specifically y does not join selections anymore. So you would need to join selections first or use :yank-joined.

In the past running (for youx example) %s\d<ret><space>y<space>p would have pasted 1\n0\n1\n2\n3 at every cursor where now it will simply duplicate the number just as if you used y and p

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@CptPotato
Comment options

@rsteube
Comment options

Answer selected by CptPotato
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
3 participants
Converted from issue

This discussion was converted from issue #8600 on October 24, 2023 11:35.