Visual studio code vs浏览器命名文件中的代码内部人员:等待chord的第二个键

Visual studio code vs浏览器命名文件中的代码内部人员:等待chord的第二个键,visual-studio-code,key,chord,Visual Studio Code,Key,Chord,操作系统:Ubuntu 16.04.3 LTS VS代码内部人员(代码内部人员_1.19.0-1511763384_amd64.deb) 代码扩展:(vim 0.10.5) 当尝试创建文件或重命名现有文件时,如果键入g,则会收到一条消息:(g)被按下。正在等待和弦的第二个键。。。如果我键入j、k或o或箭头键,则什么也不会发生 请参阅下面的keybindings文件摘录: { "key": "left", "command": "extension.vim_left", "when": "e

操作系统:Ubuntu 16.04.3 LTS VS代码内部人员(代码内部人员_1.19.0-1511763384_amd64.deb) 代码扩展:(vim 0.10.5)

当尝试创建文件或重命名现有文件时,如果键入g,则会收到一条消息:(g)被按下。正在等待和弦的第二个键。。。如果我键入j、k或o或箭头键,则什么也不会发生

请参阅下面的keybindings文件摘录:

{ "key": "left",   "command": "extension.vim_left",  "when": "editorTextFocus && vim.active && !inDebugRepl" },
{ "key": "right",  "command": "extension.vim_right", "when": "editorTextFocus && vim.active && !inDebugRepl" },
{ "key": "up",     "command": "extension.vim_up",    "when": "editorTextFocus && vim.active && !inDebugRepl && !suggestWidgetMultipleSuggestions && !suggestWidgetVisible" },
{ "key": "down",   "command": "extension.vim_down",  "when": "editorTextFocus && vim.active && !inDebugRepl && !suggestWidgetMultipleSuggestions && !suggestWidgetVisible" },
{ "key": "j",      "command": "list.focusDown",      "when": "listFocus" },
{ "key": "k",      "command": "list.focusUp",        "when": "listFocus" },
{ "key": "o",      "command": "list.toggleExpand",   "when": "listFocus" },
{ "key": "g g",    "command": "list.focusFirst",     "when": "listFocus" },
问题是:在资源管理器窗口中的文件命名/重命名过程中,键绑定应该处于活动状态,还是我意外启用了它?在后一种情况下,如何禁用它