Given a line like this:
<input class="submit" type="submit" value="update general">
What is the best way to jump directly to the value string block?
Usually I’d use ci" to when there is only one string in the line. But in cases with multiple strings, Im looking for a quicker way to jump to the nth " " block.