Given a common html bit like
<div>
<p>
Mary had a <b>little</b> lamb.
</p>
</div>
I want to cut the entire (not the inner only) div
for pasting elsewhere. I know there are alternative ways to do this like cutting a range of lines etc., but as a newish user of VIM I sorely need to move around tags in my frontend workflow and I just haven't seen a great way to do this yet.