summaryrefslogtreecommitdiff
path: root/modes
diff options
context:
space:
mode:
authorFelix Dick <felix.dick@web.de>2024-07-11 13:06:33 +0200
committerYoumu <condy0919@gmail.com>2024-07-11 20:39:49 +0800
commit28d64031ff58871828a0dec25ef437beb9371337 (patch)
tree780199eadabcfe04f717a9408c78d1be4d81bd9a /modes
parentacb056b1d0d3aad2f32b1ca9c019a9a2e976f03e (diff)
Bind 'w' to new command vundo-next-root
Diffstat (limited to 'modes')
-rw-r--r--modes/vundo/evil-collection-vundo.el1
1 files changed, 1 insertions, 0 deletions
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))