Replies: 3 comments
|
You can always set related: 0.66.0 add a "best" pos for related: to set whatever pos you want |
0 replies
|
That’s a personal preference and very subjective, you can configure it in your setup as @nenahp suggested |
0 replies
|
No worries, thanks both :) I thought others might find it useful. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can I suggest adding
--bind='change:first'to the fzf command line options, so that when the search pattern is changed, the fzf position jumps to selecting the first entry if it's part way down a list?For example I search, start scrolling, then decide to search with a more exact term. The correct item is likely at the top of the fzf menu but my position is still part way down.
I'm aware that you can set up fzf-lua to display results with closest match at the top OR bottom of the menu, I have my set up with the search at the top and the results running down, and I'd need to investigate if "first" is smart enough to jump to the top / bottom contextually depending on how you've set
fzfup.All reactions