2017-11-01 09:04:00 +00:00
|
|
|
// Place your key bindings in this file to overwrite the defaults
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"key": "ctrl+shift+r",
|
|
|
|
"command": "workbench.action.tasks.test",
|
2020-11-08 18:48:43 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "shift+alt+left",
|
|
|
|
"command": "workbench.action.navigateBack"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "ctrl+alt+-",
|
|
|
|
"command": "-workbench.action.navigateBack"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "shift+alt+left",
|
|
|
|
"command": "-editor.action.smartSelect.shrink",
|
|
|
|
"when": "editorTextFocus"
|
2017-11-01 09:04:00 +00:00
|
|
|
}
|
|
|
|
]
|