From 207d6fa7f89f7c4ce711891f29bfaa944b7373de Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 18 Apr 2024 13:46:21 -0400 Subject: [PATCH] tweak(default): remove +vc/gutter-hydra keybind Not only is this keybind always overshadowed by the magit-file-dispatch keybind on the same key, the hydra module is deprecated, so I will simply remove it. Fix: #5388 --- modules/config/default/+evil-bindings.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index bdd55d7bd..80829a762 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -476,8 +476,6 @@ (:when (modulep! :ui hydra) :desc "SMerge" "m" #'+vc/smerge-hydra/body) (:when (modulep! :ui vc-gutter) - (:when (modulep! :ui hydra) - :desc "VCGutter" "." #'+vc/gutter-hydra/body) :desc "Revert hunk at point" "r" #'+vc-gutter/revert-hunk :desc "stage hunk at point" "s" #'+vc-gutter/stage-hunk :desc "Git time machine" "t" #'git-timemachine-toggle