blob: cc8cc0c32e0661b5ade870990cc9cc094f2c1be2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.
|