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:
@ -6,8 +6,8 @@
|
||||
;;japanese
|
||||
|
||||
:completion
|
||||
(company) ; the ultimate code completion backend
|
||||
ivy ; a search engine for love and life
|
||||
company ; the ultimate code completion backend
|
||||
(ivy +icons +fuzzy) ; a search engine for love and life
|
||||
;;helm ; the *other* search engine for love and life
|
||||
;;ido ; the other *other* search engine...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user