I understand that vi has shortcut keys to delete character, word and line with various options. However, I could not find this:
- to delete from cursor to the next specified character. I might type du" (example) expecting the editor to "delete until the next double quote character is found"
The closest I know is the d9w where 9 is the number of words to delete.
Anyone knows if this is possible?