I want to reverse selected text in VsVim in VS2022.
For instance: asdfg
to gfdsa
I have tried Reverse selected text and this solution.
But these measures made my selection replaced by c
. If I secelct the text visually first, and type :set revins
, I will get an error: No range allowed
.
Is there any neat way to reverse selection?