Skip to content

Commit

Permalink
Add bindings for new vundo diff operations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dickby committed Jan 3, 2024
1 parent 2eb68ac commit ecb5554
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modes/vundo/evil-collection-vundo.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ecb5554

Please sign in to comment.