dotfiles/emacs/.emacs.d/elpa/evil-collection-20260818.145/modes/ripgrep/README.org

15 lines
625 B
Org Mode
Raw Normal View History

* 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= |