Posts

Showing posts from June, 2018

Swap two words in Vim using text objects

Swap two words is a good exercise in Vim and its commands, including the text objects . In this article I will try to solve two possible scenarios for the exchange of position of two words without using any changes to the basic Vim settings .