Say I have the following code:
Hello
And I want to make it
Hello
There's a tag
text-object in vim:
:'<,'>
:'<,'>j
:help v_at
at "a tag block", select [count] tag blocks, from the
[count]'th unmatched "" backwards to the matching
" ", including the "" and " ".
See |tag-blocks| about the details.
When used in Visual mode it is made characterwise.