This is arguably a micro-optimisation but given the following:
<div class="ClassOne ClassTwo">Content</div>
Using Vim, and with my cursor anywhere on that line, I wondered if there is a way to change the 2nd word in the quotes using the change action? I realise I can jump there and remove the word in a number of ways (fTcaw as one example) but wondered if there is a way using Change within a context (rather than just finding and changing that particular word)?
I tried c2wi" and cw2i" but no joy. Is there a way using 'change in' or does that always delete all content inside?