diff options
Diffstat (limited to '.config/emacs/lisp/evil-collection/modes/grep/README.org')
| -rw-r--r-- | .config/emacs/lisp/evil-collection/modes/grep/README.org | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/emacs/lisp/evil-collection/modes/grep/README.org b/.config/emacs/lisp/evil-collection/modes/grep/README.org new file mode 100644 index 0000000..cc8cc0c --- /dev/null +++ b/.config/emacs/lisp/evil-collection/modes/grep/README.org @@ -0,0 +1,15 @@ +* 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. |
