I've been struggling to find a simple answer to this and it seems like it is not trivial to customise the default integration of fzf/zsh (would like to understand if I'm wrong here).
I am looking for the following behaviours:
- The thing I'm searching for is automatically being filled in, so the first time I press enter, the command runs (by default it requires two taps, you press enter to select the command, then you run it)
- I don't really need a massive list of possible entries that much, if I could remove this, that would be great
- If I do have a list, I would like to be reversed, so the top entry is the one that matches the closest (by default it's the bottom entry).
Effectively I would just like the default backward search but supporting fuzzy matching, I'd prefer no styling/functionality differences aside from that.
Is this configuration possible out of the box with fzf?