vscode config share
This commit is contained in:
11
.config/Code - OSS/User/keybindings.json
Normal file
11
.config/Code - OSS/User/keybindings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
// Place your key bindings in this file to override the defaultsauto[]
|
||||
[
|
||||
{
|
||||
"key": "ctrl+enter",
|
||||
"command": "workbench.action.terminal.toggleTerminal"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+[Equal]",
|
||||
"command": "-workbench.action.terminal.toggleTerminal"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user