Describe the bug
Clearing up ctrl+w ctrl+j binding also implicitly prohibits from switching between text editors with <C-w>-h/<C-w>-l. Ex
To Reproduce
Steps to reproduce the behavior:
- Open text editor with
keybindings.json and define it as
[
{
"key": "ctrl+w ctrl+j",
"command": "",
},
]
- Save changes to
keybindings.json
- Enter
vim command vsp to split the current keybindings.json into 2 different text editors
- Press
<C-w>-h/<C-w>-l to focus different text editors of recently opened keybindings.json.
- Notice
The key combination (Ctrl+W, L) is not a command message.
Expected behavior
Clearing up ctrl+w ctrl+j binding should not affect the behavior of <C-w>-h way of switching between text editors.
Screenshots

Environment (please complete the following information):
- Extension (VsCodeVim) version: 1.27.2
- VSCode version: 1.85.1
- OS: Linux Ubuntu