VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.73k stars 1.31k forks source link

When switching files in the Explorer, you cannot use the k key to move up and select a file. #9149

Closed zkd-11 closed 1 month ago

zkd-11 commented 1 month ago

k键无法使用 When I switch to the File Explorer with CTRL + 0, I can use the HJL key to move around, but I can't use the K key, and I don't see a similar problem

vsCode version如下 版本: 1.90.2 (user setup) 提交: 5437499feb04f7a586f677b155b039bc2b3669eb 日期: 2024-06-18T22:34:26.404Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.19045

zkd-11 commented 1 month ago

After investigation, it was found that the movement of k in the resource manager was disabled for keyboard mapping. If you also encounter the same problem, you can try keybinding under user to see if it is disabled, such as {

"key": "k",

"command": "-list.focusUp",

"when": "listFocus && !inputFocus"

}, just remove this item