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