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".
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".