// 将键绑定放入此文件中以覆盖默认值
[
{ "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"
}]
所有评论(0)