I understand that vi has shortcut keys to delete characters, words and lines with various options.
However, I could not find this:
- delete from the cursor to the next specified character
For example, I might type du"
expecting the editor to "delete until the next "
character is found"
The closest I know is d9w
where 9
is the number of words to delete.
Does anyone know if this is possible?