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

hjkl keys as arrow keys in intellisense contextual menu #2886

Open
gibbok opened this issue Jul 24, 2018 · 3 comments
Open

hjkl keys as arrow keys in intellisense contextual menu #2886

gibbok opened this issue Jul 24, 2018 · 3 comments

Comments

@gibbok
Copy link

gibbok commented Jul 24, 2018

Is your feature request related to a problem? Please describe.
hjkl keys as arrow keys in intellisense contextual menu do not work.

I would like to have an option to configure VSCodeVim to use hjkl for that so I won't need to to reach the arrow keys and leave the Home Row.

Describe the solution you'd like
I would love to enable hjkl keys as arrow keys in intellisense contextual menu when VSCodeVim is installed and enabled.

@xmbhasin
Copy link
Contributor

xmbhasin commented Jul 24, 2018

You can add something like the following to your keybindings.json and it should not interfere with any other keys given the context:

{
    "key": "ctrl+k",
    "command": "selectPrevSuggestion",
    "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
},

@J-Fields J-Fields changed the title hjkl keys as arrow keys in intellisense contextual menu hjkl keys as arrow keys in intellisense contextual menu Oct 15, 2021
@red8888
Copy link

red8888 commented Jan 26, 2024

@xmbhasin this isn't working for me. Doing ctrl+k and ctrl+j just jumps between two menu items for some reason.

@red8888
Copy link

red8888 commented Jan 26, 2024

Actually it does nothing, I changed ctrl+k to cmd+k and pressing that when the menu pops doesn't move at all.

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

No branches or pull requests

3 participants