Is there a way to delete until the previous word in vim (without deleting parts of the previous word itself)?
For example, so that the result is as follows (the pipe character '|' is the cursor position):
before: one two three |four
after: one two three|four
Another example:
before: one two three fo|ur
after: one two three|ur
Is there a way to make this happen?