-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
Description
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.