diff --git a/modules/private/hlissner/+commands.el b/modules/private/hlissner/+commands.el index b64c73a65..e179f6127 100644 --- a/modules/private/hlissner/+commands.el +++ b/modules/private/hlissner/+commands.el @@ -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