mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
Updated VScode terminal keybinding
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"workbench.settings.editor": "json",
|
||||
//
|
||||
// Privacy
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"telemetry.enableTelemetry": false,
|
||||
"telemetry.enableCrashReporter": false,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
|
||||
Reference in New Issue
Block a user