We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I cannot bind sequences including ,
,
To Reproduce Steps to reproduce the behavior:
Put this on settings.json:
"vim.normalModeKeyBindingsNonRecursive": [ { "before": [",", "w"], "commands": [ ":wall" ] } ]
Expected behavior All files saved on ,w. Instead, nothing happens.
,w
Screenshots If applicable, add screenshots to help explain your problem. If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.
[Extension Host] ModeHandler: debug: handling key=,. [Extension Host] Remapper: debug: trying to find matching remap. keys=,. mode=Normal. keybindings=normalModeKeyBindingsMap. [Extension Host] Remapper: debug: trying to find matching remap. keys=,. mode=Normal. keybindings=normalModeKeyBindingsNonRecursiveMap. [Extension Host] Remapper: verbose: key=,. keySlice=,. [Extension Host] ModeHandler: debug: handling key=w. [Extension Host] Remapper: debug: trying to find matching remap. keys=w. mode=Normal. keybindings=normalModeKeyBindingsMap. [Extension Host] Remapper: debug: trying to find matching remap. keys=w. mode=Normal. keybindings=normalModeKeyBindingsNonRecursiveMap. [Extension Host] Remapper: verbose: key=w. keySlice=w.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
This is a duplicate so you should probably close it and attach your logs to the original.
Sorry, something went wrong.
Duplicated
No branches or pull requests
Describe the bug
I cannot bind sequences including
,
To Reproduce
Steps to reproduce the behavior:
Put this on settings.json:
Expected behavior
All files saved on
,w
. Instead, nothing happens.Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: