Aloxaf / fzf-tab

Replace zsh's default completion selection menu with fzf!
MIT License
3.28k stars 94 forks source link

[Q] Immediately execute completion #378

Open serginhohigh opened 1 year ago

serginhohigh commented 1 year ago

Hello!

How can I immediately select and perform the necessary auto-completion with a single press of Enter. Now it's rather inconvenient, I have to press Enter twice. To choose from a list of suggestions and to execute.

For example, in zsh-autosuggestions I can add bindkey '^ ' autosuggest-execute. In this case, when prompted, I immediately execute it without additional "confirmation".

dwyart commented 1 year ago

https://github.com/Aloxaf/fzf-tab/issues/297