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

 

转载于:https://my.oschina.net/3cwYg4/blog/805738

Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐