delete text inside HTML or XML tag
Your text file may contain HTML or XML like this.
<p>Hello World</p>
Then, you want to delete or change text inside tag which is p tag for this example.
To delete text inside tag, in Vim normal mode, …
Read more...