#11078
Stefan
Participant

.

I have seen this feature is implemented.
(don’t know since when, but found it in betas of v13)

See “Tools > All Commands… > Tools > Repeat Last Command”

I have set this to shortcut Alt+R now

Found it in the help:

EmEditor Home – EmEditor Help – Command Reference – Tools category
Repeat Last command

Summary
Repeat last command.

Description
Repeat last command.

How to Run
Default Menu: None
All Commands: Tools >Repeat Last Command
Toolbar: None
Status Bar: None
Default Shortcut Key: CTRL+Shift+G
Plug-in Command ID
EEID_REPEAT_LAST_COMMAND (3846)
Macros
[JavaScript]
editor.ExecuteCommandByID(3846);

[VBScript]
editor.ExecuteCommandByID 3846