Emacs: add ex command for plain ripgrep
Alan Pearce alan@alanpearce.eu
Tue, 15 Oct 2019 19:01:42 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M user/emacs/.emacs.d/init.el → user/emacs/.emacs.d/init.el
@@ -366,6 +366,7 @@ projectile-root-top-down projectile-root-bottom-up projectile-root-top-down-recurring)) (with-eval-after-load 'evil-ex + (evil-ex-define-cmd "rg" #'ripgrep-regexp) (evil-ex-define-cmd "prg" #'projectile-ripgrep) (evil-ex-define-cmd "pesh[ell]" #'projectile-run-eshell))))