Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to automatically enter completion menu #91

Open
unrealapex opened this issue Nov 24, 2024 · 0 comments
Open

Option to automatically enter completion menu #91

unrealapex opened this issue Nov 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@unrealapex
Copy link
Contributor

unrealapex commented Nov 24, 2024

Is your feature request related to a problem? Please describe.
One configurable option from Zsh that I miss is Zsh's setopt menu_complete option which makes Zsh enter the completion menu when completion is triggered. By default when invoking complete-next-candidate, it must be invoked again to enter the menu(pressing Tab twice).

Describe the solution you'd like
An option to have complete-next-candidate enter the candidate menu when it is invoked which would save the user one key press.

Describe alternatives you've considered
Use Zsh.

Additional context
Below is a minimal Zshrc to see how the feature behaves in Zsh.

autoload -U compinit
zstyle ':completion:*' menu select
zmodload zsh/complist
compinit
setopt menu_complete
@unrealapex unrealapex added the enhancement New feature or request label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant