summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modes/vundo/evil-collection-vundo.el5
1 files changed, 4 insertions, 1 deletions
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))