I want to take a visual selection and flip it so that the first line of the selection is on the bottom. From:
<other_stuff>
The
wheels
go
round.
<more_stuff>
Visual select the sentnce and then flip:
<other_stuff>
round.
go
wheels
The
<more_stuff>
Any idea how to do this simply. I would rather not have to instal a plugin to do it.