From 28d64031ff58871828a0dec25ef437beb9371337 Mon Sep 17 00:00:00 2001 From: Felix Dick Date: Thu, 11 Jul 2024 13:06:33 +0200 Subject: Bind 'w' to new command vundo-next-root --- modes/vundo/evil-collection-vundo.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modes/vundo/evil-collection-vundo.el b/modes/vundo/evil-collection-vundo.el index b4132bb..4e49353 100644 --- a/modes/vundo/evil-collection-vundo.el +++ b/modes/vundo/evil-collection-vundo.el @@ -67,6 +67,7 @@ "d" 'vundo-diff "m" 'vundo-diff-mark "u" 'vundo-diff-unmark + "w" 'vundo-next-root "q" 'vundo-quit "ZZ" 'vundo-quit "ZQ" 'vundo-quit)) -- cgit v1.0