Code settings organized. Code keyboard bindings for terminal changed to alt+a

This commit is contained in:
Pratik
2020-03-07 12:18:30 +05:30
parent c44307f2fd
commit d022092e37
3 changed files with 85 additions and 55 deletions

View File

@@ -22,11 +22,11 @@
"command": "editor.emmet.action.wrapWithAbbreviation"
},
{
"key": "ctrl+alt+t",
"key": "alt+a",
"command": "workbench.action.terminal.focus"
},
{
"key": "ctrl+alt+t",
"key": "alt+a",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},