// 将键绑定放入此文件中以覆盖默认值
[
{ "key": "alt+k", "command": "cursorUp" },
{ "key": "alt+j", "command": "cursorDown" },
{ "key": "alt+l", "command": "cursorRight",
"when": "editorTextFocus" },
{ "key": "alt+h", "command": "cursorLeft",
"when": "editorTextFocus" },
{ "key": "alt+-", "command": "workbench.action.navigateBack",
"when": "editorTextFocus"
}]
1290

被折叠的 条评论
为什么被折叠?



