redguardtoo/keybindings_json

[[@如何提高编程速度:Emacs高手教授轻松精通所有编辑器和IDE的秘诀]] 中提到的 VS Code 全局快捷键设置

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "F12",
"command": "workbench.action.togglePanel",
},
{
"key": "Ctrl+]",
"command": "editor.action.goToTypeDefinition"
},
{
"key": "Ctrl+T",
"command": "workbench.action.navigateBack"
},
{
"key": "Ctrl+F12",
"command": "workbench.action.toggleMaximizedPanel"
}
]
作者

Ryen Xiang

发布于

2024-10-05

更新于

2024-10-05

许可协议


网络回响

评论