diff options
| author | Felix Dick <felix.dick@web.de> | 2024-01-03 18:27:39 +0100 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2024-01-05 00:22:24 +0800 |
| commit | 27d32610d528660e4a7e3ee6cc99214ca1f776fa (patch) | |
| tree | f1a3485cfcbd7b780869cf2c64e3dc5ef2e53407 /modes/vundo | |
| parent | 4cbc40bc1e251761543433d85342dd1669532fe2 (diff) | |
Add bindings for new vundo diff operations.
Diffstat (limited to 'modes/vundo')
| -rw-r--r-- | modes/vundo/evil-collection-vundo.el | 5 |
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)) |
