In Vim, I know 'd$', that deletes everything to the end of line.
But how can I delete all text from the current cursor position until the next space? dw doesn't work, since it treats symbols like colon as separator as well.
|
In Vim, I know 'd$', that deletes everything to the end of line. But how can I delete all text from the current cursor position until the next space? |
|||||
|
|
|
|||
|
|
|
You can also delete until a search string, thus |
||||