Comment on Learn Vim ProgressivelyparentComments−beaumartinez15yExactly—use text objects. :h text-objects To be consistent with dw you can use caw which will delete until the next word, not just the current word.
Comments
Exactly—use text objects.
To be consistent with dw you can use caw which will delete until the next word, not just the current word.