Skip to content
This repository was archived by the owner on Apr 6, 2018. It is now read-only.
This repository was archived by the owner on Apr 6, 2018. It is now read-only.

Delete word (dw) should not delete line break #550

@dsandstrom

Description

@dsandstrom

If I have a line of code and I try to delete the last word, dw joins the lower line to the current line. I would expect more of the behavior that de provides. It deletes the word, but doesn't join the lower line.

test test
nope

becomes

test nope

I would expect

test
nope

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions