Suppose I have the following text:
:lacerte-attach-statement-type "suffix" :data-automation-id "OSICtrlE15-140"
And I would like to have:
:data-automation-id "OSICtrlE15-140" :lacerte-attach-statement-type "suffix"
Of course, I can kill :data-automation-id "OSICtrlE15-140"
and then yank it first on the line (column 0).
But, is there a more efficient way? Like transposing the pair of words?
I tried the command called transpose-region
after selecting the first pair as a region but it did not work out.