Add bindings for new vundo diff operations.

This commit is contained in:
Felix Dick 2024-01-03 18:27:39 +01:00 committed by Youmu
parent 4cbc40bc1e
commit 27d32610d5
1 changed files with 4 additions and 1 deletions

View File

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