I have a block of text with multiple lines copied to the clipboard. I have multiple cursors in my editor, added with Ctrl+Click (on Linux). I want to be able to paste each line from the clipboard into a corresponding cursor. Example:
Clipboard:
1
2
3
Cursors:
A|
AB|
ABC|
Desired result:
A1
AB2
ABC3
How would I got about this?
This is a bit late but here's how you can do multiline copy pasting:
3
)⌥ Option + ⇧ Shift
keys, drag cursor to top left before 1
⌘ Command + C
ABC
⌥ Option + ⇧ Shift
keys, drag cursor to top left before A
like before⌘ Command + → Left arrow
⌘ Command + V
You can also use ⌥ Option + ⇧ Shift + I
while your block of text is selected to get a cursor for each line
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With