Skip to content

Conversation

@Neko-Box-Coder
Copy link
Contributor

@Neko-Box-Coder Neko-Box-Coder commented Jul 20, 2025

Currently, when pasting mutli cursor clipboards to a single cursor, the following happens:

Given clipboards:

  1. 123
  2. 345
  3. 678

Being pasted with a single cursor, it looks likes

123345678

which is very difficult to work with. The proposed change paste it like this instead:

123
345
678

with autoindent applied as well if any.

This is the behavior of other text editors such as VSCode, which is more intuitive imo.

@Neko-Box-Coder Neko-Box-Coder changed the title Pasting multi cursor clipboard with newlines for non matching cursors Jul 27, 2025
@Neko-Box-Coder Neko-Box-Coder changed the title Pasting multi cursor clipboard with newlines when number of cursors mismatch Jul 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant