Joining selection contents? #9671
-
I have text that looks like the following:
and I would like
I was able to get to the point of having multiple selections convering the "Useful text" bits, but then I got stuck. What do I do to get the content of the selections pasted together, say separated by newlines/commas/what have you? Is there an efficient way? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
MrWheatley
Feb 20, 2024
Replies: 1 comment
-
I think you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
inducer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you can use the
yank_joined
andyank_joined_to_clipboard
commands for that.