blob: bae0b9161d7f6866c8850e5deeb7f3036f73a8c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
* ripgrep
Evil bindings for [[https://github.com/nlamirault/ripgrep.el][ripgrep.el]] search result buffers.
** Key bindings
| Command | Original | Evil |
|------------------------------+-----------+-------------|
| =evil-search-next= | | =n= |
| =previous-error-no-select= | =p= | =gk=, =C-k= |
| =next-error-no-select= | =n= | =gj=, =C-j= |
| =compilation-previous-file= | ={= | ={= |
| =compilation-next-file= | =}= | =}= |
| =wgrep-change-to-wgrep-mode= | =C-c C-p= | =i= |
|