Delete until next character occurrence in Vim

In vim, to search for next ‘>’ use: f>

To delete until next ‘”‘ use: df”

To delete an *ML attribute, e.g. use: df”.

Leave a Reply