aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/evil-collection/modes/grep/README.org
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/lisp/evil-collection/modes/grep/README.org')
-rw-r--r--.config/emacs/lisp/evil-collection/modes/grep/README.org15
1 files changed, 0 insertions, 15 deletions
diff --git a/.config/emacs/lisp/evil-collection/modes/grep/README.org b/.config/emacs/lisp/evil-collection/modes/grep/README.org
deleted file mode 100644
index cc8cc0c..0000000
--- a/.config/emacs/lisp/evil-collection/modes/grep/README.org
+++ /dev/null
@@ -1,15 +0,0 @@
-* grep
-
- Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Grep-Searching.html][grep]].
-
-** Key bindings
-
- | Command | Original | Evil |
- |----------------------------+----------+-------|
- | =evil-search-next= | n/a | =n= |
- | =next-error-no-select= | =n= | =C-j= |
- | =previous-error-no-select= | =p= | =C-k= |
-
-** Integrations
-
- - wgrep: =i= → =wgrep-change-to-wgrep-mode= when =wgrep= is available.