Delete until next character occurrence in Vim Posted on 2015-08-07 [Friday] by Jay Jay Reply In vim, to search for next ‘>’ use: f> To delete until next ‘”‘ use: df” To delete an *ML attribute, e.g. use: df”.