From 19366f5427f54e60f151406538cae47af3ac0bef Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 10 May 2017 05:29:39 +0200 Subject: [PATCH] private/hlissner/+commands: change :ag/:rg/:agcwd/:rgcwd to :find/:findcwd --- modules/private/hlissner/+commands.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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