summaryrefslogtreecommitdiff
path: root/evil-collection-grep.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-collection-grep.el')
-rw-r--r--evil-collection-grep.el1
1 files changed, 0 insertions, 1 deletions
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))