What is the easiest way to replace all occurrences of string_a with string_b while at the same time changing anything that was already string
string_a
string_b
string
You can do this easily with Tim Pope's Abolish plugin
:%S/{transmit,receive}/{receive,transmit}