Skip to content

Add key repeat functionality #72

@ambihelical

Description

@ambihelical

It would be great if general implemented a feature that allowed the most recent command to be repeated by typing the last character of the key binding. An example:

(general-define-key :repeatable (kbd "s-n") 'next-error)

After entering super-n, each subsequent n key would execute the command again until some other key is entered. I've seen this implemented on a package basis, e.g. nonsequitur/git-gutter-plus#30, but this functionality fits well into the general framework and would be a great addition.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions