How can I get this work ? #9171
Answered
by
alexmaodali
alexmaodali
asked this question in
Q&A
-
I wanna use and x key when editorfocus and in the vim-normal mode to open vscode extension bar just like the hotkey ctrl + shift + x does.How do I make this work ? The following is my settings. Expected when I press the and x key. |
Beta Was this translation helpful? Give feedback.
Answered by
alexmaodali
Aug 5, 2024
Replies: 1 comment
-
Use this : |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alexmaodali
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use this :
{
"before": ["", "x"],
"commands": ["workbench.view.extensions"]
}
in setting.json.
And use your own keymap to return to the editors