Updated VScode terminal keybinding

This commit is contained in:
Pratik Tripathy
2023-03-02 13:28:18 +05:30
parent 2f5dbc7f10
commit 74b311237c
2 changed files with 15 additions and 1 deletions

View File

@@ -50,5 +50,18 @@
"key": "ctrl+shift+j",
"command": "editor.action.joinLines"
},
{ "key": "ctrl+shift+j", "command": "workbench.action.togglePanel" }
{
"key": "ctrl+shift+j",
"command": "workbench.action.togglePanel"
},
{
"key": "shift+f1",
"command": "workbench.action.terminal.toggleTerminal",
"when": "terminal.active"
},
{
"key": "ctrl+`",
"command": "-workbench.action.terminal.toggleTerminal",
"when": "terminal.active"
}
]