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))