From decf14aa37e891b20a823e4047c8ddefe1a1998b Mon Sep 17 00:00:00 2001 From: Konstantin Kharlamov Date: Sat, 25 May 2024 01:59:06 +0300 Subject: [PATCH] diff-mode: remove confusing visual-mode keybinding diff-hunk-kill Fixes: https://github.com/emacs-evil/evil-collection/issues/810 --- modes/diff-mode/evil-collection-diff-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modes/diff-mode/evil-collection-diff-mode.el b/modes/diff-mode/evil-collection-diff-mode.el index e9b0fb36..738b444b 100644 --- a/modes/diff-mode/evil-collection-diff-mode.el +++ b/modes/diff-mode/evil-collection-diff-mode.el @@ -122,7 +122,6 @@ current file instead." "a" 'diff-apply-hunk "*" 'diff-refine-hunk "D" 'diff-file-kill - "d" 'diff-hunk-kill "ge" 'diff-ediff-patch "i" 'next-error-follow-minor-mode