Other fuzzy finders like ctrlp and fzf highlight the matched portion of items, i.e. if I have an item README.md in the input list and my search is mm, the substring ME.m will be highlighted in a different color. This can be useful visual feedback when searching large numbers of entries, to see why a particular search is matching something unexpected.
Other fuzzy finders like ctrlp and fzf highlight the matched portion of items, i.e. if I have an item
README.md
in the input list and my search ismm
, the substringME.m
will be highlighted in a different color. This can be useful visual feedback when searching large numbers of entries, to see why a particular search is matching something unexpected.