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

cannot bind "," #3565

Closed
escorponox opened this issue Mar 8, 2019 · 2 comments
Closed

cannot bind "," #3565

escorponox opened this issue Mar 8, 2019 · 2 comments

Comments

@escorponox
Copy link

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.

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):

  • Extension (VsCodeVim) version: 1.1.0
  • VSCode version: 1.31.1
  • OS: Linux
@insidewhy
Copy link
Contributor

This is a duplicate so you should probably close it and attach your logs to the original.

@escorponox
Copy link
Author

Duplicated

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

2 participants