SyntaxFix
Write A Post
Hire A Developer
Questions
Emacs 28 adds a redo command (called undo-redo).
undo-redo
If you want to have more typical undo/redo, the following commands can be used.
(global-set-key (kbd "C-z") 'undo-only) (global-set-key (kbd "C-S-z") 'undo-redo)