|
// 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",
|
|
}
|
|
] |