mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add evil-quick-diff
This introduces the `g o d` text object for comparing regions. It works like evil-exchange. Select two regions in sequence with `g o d` and an ediff buffer of the selections will pop up. Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
@ -283,6 +283,8 @@ directives. By default, this only recognizes C directives.")
|
||||
(evil-exchange-cancel)
|
||||
t))))
|
||||
|
||||
(use-package! evil-quick-diff
|
||||
:commands (evil-quick-diff evil-quick-diff-cancel))
|
||||
|
||||
(use-package! evil-nerd-commenter
|
||||
:commands (evilnc-comment-operator
|
||||
|
Reference in New Issue
Block a user