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

<C-j>/<C-k> don't work in command edit box #3280

Open
Praful opened this issue Dec 20, 2018 · 2 comments
Open

<C-j>/<C-k> don't work in command edit box #3280

Praful opened this issue Dec 20, 2018 · 2 comments

Comments

@Praful
Copy link

Praful commented Dec 20, 2018

Describe the bug

If you go to the command edit box that opens at the top of VS Code, ctrl+j/k don't work to navigate options. They work in autocompletion box.

The command edit box is opened when you go to symbol (ctrl+shift+o), look for file (ctrl+p) and run command (ctrl+shift+p).

To Reproduce
Steps to reproduce the behavior:

  1. Open file with methods eg JavaScript file.
  2. Press ctrl+shift+o to go to command box at top to view symbols
  3. As you start typing, the list of symbols appears.
  4. Press ctrl+j or ctrl+k to navigate up and down list. Nothing happens.

By default ctrl+j toggles a pane. I disabled this mapping.

Expected behavior
I expect the highlighted symbol (or file or command) to change. When I press Enter I expect the highlighted symbol to be selected.

Environment (please complete the following information):

  • Extension Name: vim
  • Extension Version: 0.17.0
  • OS Version: Windows_NT x64 10.0.17763
  • VSCode version: 1.30.0

Additional context
Add any other context about the problem here.

@rockneverdies55
Copy link

Is there any way to make this work?

@keidarcy
Copy link

keidarcy commented Apr 20, 2020

This will be a great feature!
Before that, there is a replacement solution with keybinding.
#4305 (comment)

@J-Fields J-Fields changed the title Ctrl-j/k doesn't work in command edit box <C-j>/<C-k> don't work in command edit box Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants