You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 invokingcomplete-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.
The text was updated successfully, but these errors were encountered: