Is it possible to select an html tag's content in Vim? For example:
<p>I am a silly butterfly</p>
I would like to select "I am a silly butterfly"!
I know that you can use vi" to select text inside quotes, brackets, etc. The problem here is that the text inside html tags is not really within anything that I can use the i function for.
Thanks!