Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add more granular undo/redo commands #945

@eugenesvk

Description

@eugenesvk

Related problem

If I type hello world and press Undo, the whole line is removed, which is too much especially on big command lines

Describe the solution you'd like

Add an extra command or undo parameter that does granular undo: by typed word

Describe alternatives you've considered

You could maybe try to do this for deletes by searching for spaces, but then the redo stack will paste the whole line again, not the deleted word, so don't think there is a way to work around undo/redo stack being too coarse

Additional context and details

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions