`C-w C-w` binding does not work and cannot be manually adding in keybindings
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Describe the bug
C-w C-w is by default the same as C-w w but this is not the case.
Also adding the following bindings does not work.
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["C-w", "C-w"],
"after": ["C-w", "w"]
}
]
To Reproduce
Steps to reproduce the behavior:
- Press
C-w C-w
Expected behavior
Same as C-w w (next pane.)
Environment (please complete the following information):
- Extension (VsCodeVim) version: v1.25.2
- VSCode version: 1.77.3 (Universal)
- OS: macOS 13.3.1 (22E261)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing C-w C-w in VSCodeVim with the reported VSCode, extension, and macOS versions, then compare it with C-w w. Check the vim.normalModeKeyBindingsNonRecursive configuration shown in the report and verify that the fix makes both the default binding and the manual mapping move to the next pane.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100