Skip to content

Instantly share code, notes, and snippets.

View Dtar380's full-sized avatar
๐Ÿ“š
Studying

Dtar380 Dtar380

๐Ÿ“š
Studying
View GitHub Profile
@Dtar380
Dtar380 / keybindings.json
Created April 15, 2026 11:02
My VS Code keybinds
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+k ctrl+s",
"command": "workbench.action.openGlobalKeybindingsFile",
},
{
"key": "ctrl+shift+a",
"when": "!chatSetupDisabled && !chatSetupHidden",
"command": "workbench.action.chat.open",
@Dtar380
Dtar380 / settings.json
Created April 15, 2026 11:01
My VS Code settings
{
// *** GENERAL SETTINGS ***
"workbench.settings.editor": "json",
"workbench.startupEditor": "none",
"window.openFilesInNewWindow": "off",
"window.newWindowProfile": "Default",
// *** APPEARANCE ***
// Layout
"workbench.layoutControl.enabled": false,
@Dtar380
Dtar380 / settings.json
Created December 11, 2025 17:33
VsCode config
{
// *** GENERAL SETTINGS ***
"workbench.settings.editor": "json",
"workbench.startupEditor": "none",
"window.openFilesInNewWindow": "off",
// *** APPEARANCE ***
// Layout
"workbench.layoutControl.enabled": false,
"window.menuBarVisibility": "hidden",