-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
After the VSCode 1.36 update, some leader+key+key combinations won't work. #3883
Comments
These two key bindings (at least) are no longer working for me: "vim.normalModeKeyBindingsNonRecursive": [
{
"before":["leader", "s", "c"],
"after":[],
"commands": [
{
"command": ":nohl",
"args": []
}
]
},
{
"before": ["leader", "f", "s"],
"after": [],
"commands": [
{
"command": "workbench.action.files.save",
"args": []
}
]
}
] VSCodeVim: 1.8.2 |
Update to above comment. They are working now. If I run across the issue again, I'll try to debug and provide more details. Are they still not working for you @Peluko? |
Hello. I've been some days on vacation. I've detected that this issue is only present when |
Duplicate of #4563 |
Describe the bug
After the VSCode 1.36 update, some leader+key+key combinations won't work. For example, the settings:
won't work, although
Works flawlessly and
also works. It only happens with some leader plus two keys combinations. For example, any leader+b+key or leader+e+key combinations won't work, but leader+p+key or leader+t+key works perfectly.
The text was updated successfully, but these errors were encountered: