-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow user remapping of "repeat last insert" #1488
Comments
For historical reasons this is currently a builtin helix/helix-term/src/ui/editor.rs Lines 730 to 738 in a2fad4f
but since macros don't have this limitation and also do a similar thing I think it should be possible to refactor this into a command now 👍🏻 |
A side-effect of this is that you can't map anything else to |
This comment was marked as spam.
This comment was marked as spam.
It looks like to easily implement this we also need #5555 to be resolved, see this comment |
As far as I understand, there is no "repeat last command" command, you must use the default . keybind
I'd like to move this command to a different key, so I'd need a
repeat_last_command
command I could useThe text was updated successfully, but these errors were encountered: