Delete text in between HTML tags in vim?
dit
will delete the text between matching XML tags. (it
is for "inner tag block".)
See :h it
and :h tag-blocks
.
cit
ci"
Two of the best productivity enabler commands of vim.
I save a lot of time and effort with just those two.
try dt< while the cursor is on the first character to delete. In your example the 'H'.