// 将键绑定放在此文件中以覆盖默认值auto[]
[
{
"key": "ctrl+alt+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "ctrl+k s",
"command": "-workbench.action.files.saveAll"
},
{
"key": "alt+r",
"command": "editor.action.revealDeclaration"
},
{
"key": "alt+k",
"command": "bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+k",
"command": "-bookmarks.toggle",
"when": "editorTextFocus"
},
{
"key": "alt+oem_comma",
"command": "bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+j",
"command": "-bookmarks.jumpToPrevious",
"when": "editorTextFocus"
},
{
"key": "alt+oem_period",
"command": "bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+l",
"command": "-bookmarks.jumpToNext",
"when": "editorTextFocus"
},
{
"key": "alt+m",
"command": "workbench.view.extension.bookmarks"
},
{
"key": "alt+l",
"command": "bookmarks.listFromAllFiles"
},
{
"key": "ctrl+alt+p",
"command": "gerrit.push"
},
{
"key": "ctrl+alt+t",
"command": "extension.cursorTip",
"when": "editorTextFocus"
},
{
"key": "ctrl+win+t",
"command": "-extension.cursorTip",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+i",
"command": "extension.fileheader",
"when": "editorTextFocus"
},
{
"key": "ctrl+win+i",
"command": "-extension.fileheader",
"when": "editorTextFocus"
}
]
keybindings.json for vscode
最新推荐文章于 2025-02-24 14:30:46 发布