c

ct{char} will delete text from cursor until {char} on the same line (use / instead of t if you want this to operate across lines). ctgt; can be highly useful when editing xml or html.
c is change
t is til (before)
> is the {char}. This can be replaced by any character.

Further Reading

:h c :h t

More Gifs