summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2019-10-08 09:49:46 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2019-10-08 09:49:46 +0200
commit34d515e99e911f368b335bbccc026b71b42a9821 (patch)
tree100549b6b6c41a96303835326fb032f018632cad
parent4ef326ea87da264e2aaf4e1a72a5f8e3fa7090e9 (diff)
Revert "Fix "h" in grep mode"0.0.3
This is not the right fix, see #255. This reverts commit 1cc109122e32f550e3f5aae621339ea64b261a09.
-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))