vscode

上传或者更新配置

Ctrl+Shift+P输入:Sync

vscode

方向快捷键

,
{
“key”: “shift+alt+l”,
“command”: “cursorRight”,
“when”: “textInputFocus”
},
{
“key”: “right”,
“command”: “cursorRight”,
“when”: “textInputFocus”
},{
“key”: “shift+alt+i”,
“command”: “cursorUp”,
“when”: “textInputFocus”
},{
“key”: “up”,
“command”: “cursorUp”,
“when”: “textInputFocus”
},{
“key”: “shift+alt+k”,
“command”: “cursorDown”,
“when”: “textInputFocus”
},{
“key”: “down”,
“command”: “cursorDown”,
“when”: “textInputFocus”
},{
“key”: “shift+alt+j”,
“command”: “cursorLeft”,
“when”: “textInputFocus”
},{
“key”: “left”,
“command”: “cursorLeft”,
“when”: “textInputFocus”
}