Skip to content

More granular undo #1583

Closed
Closed
@eugenesvk

Description

@eugenesvk

Currently undo seems to undo all the changes per an "Insert session"
So, this
insert_mode
type a lot of text
normal_mode
undo

deletes "type a lot of text"

This is too coarse, especially when typing a lot of text in one go.
Is there a way to increase the undo granularity to delete, say, by typed word? So it would behave more like this:
1st undo deletes "text"
2nd undo deletes "of "
3rd undo deletes "lot "
...

(can be a separate command or an additional argument like :undo 1w or something)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-helix-termArea: Helix term improvementsC-enhancementCategory: Improvements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions