Added more keybinds and settings

This commit is contained in:
2025-09-08 16:51:44 +02:00
parent 4c85e33831
commit 76dc9695cb
2 changed files with 98 additions and 2 deletions

View File

@@ -38,6 +38,11 @@
"command": "workbench.action.toggleSidebarVisibility",
"when": "filesExplorerFocus && !inputFocus"
},
{
"key": "space d d",
"command": "workbench.actions.view.toggleProblems",
"when": "problemFocus && !inputFocus"
},
{
"key": "a",
"command": "explorer.newFile",
@@ -80,6 +85,11 @@
]
}
},
{
"key": "enter",
"command": "list.select",
"when": "explorerViewletVisible && filesExplorerFocus && explorerResourceIsFolder"
},
{
"key": "ctrl+t",
"command": "runCommands",
@@ -106,4 +116,5 @@
"command": "selectPrevCodeAction",
"when": "codeActionMenuVisible"
}
]
},
]