Revert "Fix "h" in grep mode"

This is not the right fix, see #255.

This reverts commit 1cc109122e.
This commit is contained in:
Pierre Neidhardt 2019-10-08 09:49:46 +02:00
parent 4ef326ea87
commit 34d515e99e
1 changed files with 0 additions and 1 deletions

View File

@ -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))