completion/ivy: switch from ag to ripgrep
This commit is contained in:
parent
8600d2e8d2
commit
434a5efeda
5 changed files with 75 additions and 43 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue