From 27d32610d528660e4a7e3ee6cc99214ca1f776fa Mon Sep 17 00:00:00 2001 From: Felix Dick Date: Wed, 3 Jan 2024 18:27:39 +0100 Subject: [PATCH] Add bindings for new vundo diff operations. --- modes/vundo/evil-collection-vundo.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modes/vundo/evil-collection-vundo.el b/modes/vundo/evil-collection-vundo.el index 48ddbc5..b4132bb 100644 --- a/modes/vundo/evil-collection-vundo.el +++ b/modes/vundo/evil-collection-vundo.el @@ -63,7 +63,10 @@ (kbd "M-j") 'vundo-next (kbd "M-k") 'vundo-previous "i" 'vundo--inspect - "d" 'vundo--debug + "D" 'vundo--debug + "d" 'vundo-diff + "m" 'vundo-diff-mark + "u" 'vundo-diff-unmark "q" 'vundo-quit "ZZ" 'vundo-quit "ZQ" 'vundo-quit))