completion/ivy: switch from ag to ripgrep

This commit is contained in:
Henrik Lissner 2017-05-06 16:41:17 +02:00
parent 8600d2e8d2
commit 434a5efeda
5 changed files with 75 additions and 43 deletions

View file

@ -51,8 +51,10 @@
;; Project navigation
(ex! "a" 'projectile-find-other-file)
(ex! "ag" '+ivy:ag-search)
(ex! "ag[cw]d" '+ivy:ag-search-cwd)
(ex! "ag" '+ivy:file-search)
(ex! "ag[cw]d" '+ivy:file-search-cwd)
(ex! "rg" '+ivy:file-search)
(ex! "rg[cw]d" '+ivy:file-search-cwd)
(ex! "cd" '+hlissner:cd)
(ex! "sw[iper]" '+ivy:swiper) ; in-file search