You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One feature I really liked in fasd is, that fuzzy matching is performed, when the other matching algorithms to not yield a result.
Comparison of matching algorithms in fasd and z.lua:
fasd
Queries match the path in order (same as default method).
The last query matches the last segment of the path.
If no match is found, fasd will try the same process ignoring case. If still no match is found, fasd will allow extra characters to be placed between query characters for fuzzy matching.
z.lua
Queries match the path in order (same as default method).
The last query matches the last segment of the path.
Did you consider to make the 3rd matching algorithm available in z.lua?
The text was updated successfully, but these errors were encountered:
One feature I really liked in fasd is, that fuzzy matching is performed, when the other matching algorithms to not yield a result.
Comparison of matching algorithms in fasd and z.lua:
fasd
z.lua
Did you consider to make the 3rd matching algorithm available in z.lua?
The text was updated successfully, but these errors were encountered: