I would like to paste a column of text at the end of irregular-length lines.
For example, I would like to paste the following:
SRR447882.fastq.gz
SRR
You can do it like this:
qq, start recording the q macro4k, go up four linesd$, delete till the end of line4j, go back to the previous line$p, paste the line at the end of the lineq, stop recording the macrojVG, go down one line and select the remaining lines:norm! @q, apply the macro to the selectionIt does however leave space where the previous text was. @Kent one's is still easier.