undo-fu はシンプルな undo/redo 機能を提供してくれるやつ。
昔はもっと色々できる undo-tree を使っていたけどそっちにバグがあるっぽいので乗り換えた。
レシピは自前で用意している
(:name undo-fu
:website "https://codeberg.org/ideasman42/emacs-undo-fu"
:description "Simple, stable linear undo with redo for Emacs."
:type git
:branch "main"
:url "https://codeberg.org/ideasman42/emacs-undo-fu.git")
そしていつも通り el-get-bundle
でインストールしている
(el-get-bundle undo-fu)
別の場所で定義しているけど、以下のキーバインドにしている。
Key | 効果 |
---|---|
C-/ | undo |
C-M-/ | redo |