Ben Racicot
Ben Racicot

Reputation: 5925

Combining Multi-Line text columns together in Sublime Text

Lets say I have 2 columns with a billion lines in each here's how they begin:

Column 1

I said
She said
it said

Column 2

you're amazing
he's awesome
enough already

I've tried highlighting column 1 and splitting it into lines CTRL+L but then how would I combine column 2's lines to each of colum 1's lines properly to make 1 legible column?

Upvotes: 2

Views: 1951

Answers (1)

mattst
mattst

Reputation: 13970

I'm not 100% sure that I understand what you want to do but if I do then...

Use multiple selections like this:

Animated Gif

Hope this helps and is in fact what you want to do. :)

Upvotes: 6

Related Questions