private/hlissner/+commands: change :ag/:rg/:agcwd/:rgcwd to :find/:findcwd

This commit is contained in:
Henrik Lissner 2017-05-10 05:29:39 +02:00
parent 9ff0723903
commit 19366f5427

View File

@ -52,10 +52,8 @@
;; Project navigation
(ex! "a" 'projectile-find-other-file)
(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! "f[in]d" '+ivy:file-search)
(ex! "f[in]dcwd" '+ivy:file-search-cwd)
(ex! "cd" '+hlissner:cd)
(ex! "sw[iper]" '+ivy:swiper) ; in-file search