From 34d515e99e911f368b335bbccc026b71b42a9821 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 8 Oct 2019 09:49:46 +0200 Subject: [PATCH] Revert "Fix "h" in grep mode" This is not the right fix, see #255. This reverts commit 1cc109122e32f550e3f5aae621339ea64b261a09. --- evil-collection-grep.el | 1 - 1 file changed, 1 deletion(-) diff --git a/evil-collection-grep.el b/evil-collection-grep.el index a4ac3a5..93a6b73 100644 --- a/evil-collection-grep.el +++ b/evil-collection-grep.el @@ -36,7 +36,6 @@ (defun evil-collection-grep-setup () "Set up `evil' bindings for `grep'." (evil-collection-define-key 'normal 'grep-mode-map - "h" #'evil-backward-char "n" 'evil-search-next "\C-j" 'next-error-no-select "\C-k" 'previous-error-no-select))