completion/ivy: rewrite file search (:find => :ag/:rg)

This commit is contained in:
Henrik Lissner 2017-05-12 11:50:05 +02:00
parent 195609d89d
commit 877ae26a96
4 changed files with 119 additions and 65 deletions

View file

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