Replies: 1 comment
-
Repeating the last replace in MicroMicro doesn’t currently have a dedicated keybinding for “repeat last replace” Workarounds1. Use the command line history
This is the simplest way to repeat the last replacement without retyping it. 2. Create a custom bindingYou can define your own shortcut in {
"Alt-r": "command:replace foo bar"
}This will always run 3. Use macrosMicro supports simple macros (
TL;DR
|
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.
-
How can I do to repeat the last replace command? I mean, any keybinding to do that?
Beta Was this translation helpful? Give feedback.
All reactions