RFC: Repeat multiple actions, compatible with Meow #731
ideasman42
started this conversation in
Show and tell
Replies: 1 comment
-
From my initial testing it works really well, so I'm adding this to my config, thanks a lot! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a project I've been developing to support repeat for modal-editing systems (not specifically meow).
See URL: https://codeberg.org/ideasman42/emacs-repeat-fu
Motivation
When I first tried meow, I found the lack of an equivalent to VIM's repeat hard to get used to, despite the ability to record/replay macros, I often found myself wanting to repeat an insertion or a "change" to a selected symbol.
Since then I've written my own modal editing system (Bray) but I still wanted an equivalent to VIM's repeat - which could group commands.
The package I'm working on now is called
repeat-fu
which can have different back-ends. I've written one for Meow as well as my own system.The grouping can be tweaked which quite a lot of flexibility currently it works as follows:
This means you can (for example).
You can them move the cursor to a new location and repeat the commands.
Furthermore, repeating is context sensitive.
Other details could change though, I have this working for Bray too and find it very convenient and use it many times a day.
Beta Was this translation helpful? Give feedback.
All reactions