Okay, I need fuzzy searching #emacs

The problem with non-fuzzy ivy searches is that you lose the ability to
type the first two or three letters of a directory and file to jump
quickly to it. There may be some other way to accomplish that goal, but
I've yet to find it.
This commit is contained in:
Colin Powell
2019-11-01 22:53:50 -04:00
parent aefffba8c6
commit d9aa3a717a
2 changed files with 3 additions and 2 deletions

View File

@ -101,6 +101,7 @@
:desc "Black format buffer" "f" #'blacken-buffer :desc "Black format buffer" "f" #'blacken-buffer
:desc "Links in buffer" "l" #'ace-link-org) :desc "Links in buffer" "l" #'ace-link-org)
(:prefix "/" (:prefix "/"
:desc "Search project TODOs" "t" #'+ivy/tasks
:desc "Search the web" "w" #'web-search :desc "Search the web" "w" #'web-search
:desc "Search all the things" "g" #'deadgrep) :desc "Search all the things" "g" #'deadgrep)
(:prefix "y" (:prefix "y"

View File

@ -6,8 +6,8 @@
;;japanese ;;japanese
:completion :completion
(company) ; the ultimate code completion backend company ; the ultimate code completion backend
ivy ; a search engine for love and life (ivy +icons +fuzzy) ; a search engine for love and life
;;helm ; the *other* search engine for love and life ;;helm ; the *other* search engine for love and life
;;ido ; the other *other* search engine... ;;ido ; the other *other* search engine...