Description
Is your feature request related to a problem? Please describe.
Right now if you type a no-arg edit
then you are prompted with a lot of results from lib
. Occasionally it is useful to throw one of those into your scratch file for reference, but typically these aren't definitions that you want to edit.
Describe the solution you'd like
I think that it would be nice if results within lib
were deprioritized. But admittedly I don't know what the combination of that and fuzzy search should look like. I think that fzf has some built-in functionality for that?
Describe alternatives you've considered
You could omit lib
results from edit
entirely. But like I said above sometimes it can be useful to put them in your scratch file so you can reference them or use them as a starting point for writing another definition.