benjamincharity
6/2/2016 - 2:26 AM

Replace spaces with a line return.

Replace spaces with a line return.

# Replace all spaces with a return
s/ /\r/g

# Replace all spaces with a return within the current selection block
'<,'>s/ /\r/g