Skip to content

Instantly share code, notes, and snippets.

View Sladkoeshechka's full-sized avatar

Sladkoeshechka

View GitHub Profile
@Sladkoeshechka
Sladkoeshechka / keybindings.json
Last active June 23, 2025 08:23
VSCode's Settings - Syncing
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+d",
"command": "deleteFile"
},
{
"key": "ctrl+n d",
"command": "explorer.newFolder"
},