15 lines
339 B
JSON
15 lines
339 B
JSON
|
// Place your key bindings in this file to override the defaults
|
||
|
[
|
||
|
{
|
||
|
"key": "alt+.",
|
||
|
"command": "workbench.action.nextEditor",
|
||
|
},
|
||
|
{
|
||
|
"key": "alt+,",
|
||
|
"command": "workbench.action.previousEditor",
|
||
|
},
|
||
|
{
|
||
|
"key": "alt+c",
|
||
|
"command": "workbench.action.closeActiveEditor",
|
||
|
}
|
||
|
]
|