Replies: 2 comments 1 reply
|
You can bind tab to accept: But it'll always happen (not only if you have a single result) |
1 reply
|
Related: #202 This depends on when |
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.
Without fzf-tab, If I have a prefix with several completions and hit tab, they are shown. If I then add a few characters and hit tab, and there is now only one completion, it is completed.
With fzf-tab when there are several completions, they are shown. If I then add some search term so that the list is narrowed to one and hit tab, nothing happens. I need to hit enter.
I would like to have tab enter the selection (when there's a single one or many). Right now it is bound to 'down'
All reactions