In vim, yss-
can add the erb tag <% %> surrounding the current sentence.
If I want to do the opposite operation, ds<%
doesn't work. I have to repeat these typing like: ds%
followed by ds<
to remove the erb tag completely.
Is there a more direct way to remove it?