From 0991e702cb6be3113d706b763d5c4a7ee3bc9b32 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 26 Feb 2016 13:29:31 -0500 Subject: [PATCH] :find => :search --- private/my-commands.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/my-commands.el b/private/my-commands.el index 1fd88d49f..7263c78ac 100644 --- a/private/my-commands.el +++ b/private/my-commands.el @@ -48,7 +48,7 @@ (exmap "agr" 'narf:helm-ag-regex-search) ; project regex search (exmap "agr[cw]d" 'narf:helm-ag-regex-search-cwd) ; current directory regexp search (exmap "cd" 'narf:cd) -(exmap "f[ind]" 'narf:helm-swoop) ; in-file search +(exmap "se[arch]" 'narf:helm-swoop) ; in-file search ;; Project tools (exmap "ma[ke]" 'narf:build) (exmap "build" 'narf:build)