How to flip the lines of a visual selection in vim?
问题 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. 回答1: When you make a visual selection Vim automatically makes the bookmarks '< and '> at the start and end of the block respectively, so you can do what you want in