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

fix(cmdline): handle wildmenu_hide event #1541

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

xiyaowong
Copy link
Collaborator

fix(cmdline): use Ctrl+n/p to select candidates when candidates exist

New context: neovim.wildMenuVisible

Resolve: #991

fix(cmdline): use Ctrl+n/p to select candidates when candidates exist
@xiyaowong xiyaowong merged commit 1b68475 into vscode-neovim:master Oct 17, 2023
8 checks passed
@xiyaowong xiyaowong deleted the fix/cmdline-behavior branch October 17, 2023 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have <C-n> and <C-p> in cmdline work as <Down> and <Up> if completion candidates exist
1 participant