various updates

This commit is contained in:
2025-06-19 10:04:20 +02:00
parent 34b5a37e8a
commit 2670f63d20
10 changed files with 53 additions and 14 deletions

View File

@ -46,7 +46,7 @@
},
// ------------------ 2. FILE MANAGEMENT -----------------
{
"key": "ctrl+a f",
"key": "ctrl+e",
"command": "workbench.files.action.focusFilesExplorer"
},
{
@ -333,4 +333,32 @@
"command": "references-view.showCallHierarchy",
"when": "editorHasCallHierarchyProvider"
},
{
"key": "ctrl+shift+c",
"command": "workbench.files.action.collapseExplorerFolders",
"when": "filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !inputFocus"
},
{
"key": "alt+p",
"command": "goto-folder.find-folder"
},
{
"key": "ctrl+shift+alt+m",
"command": "-goto-folder.find-folder"
},
{
"key": "alt+p",
"command": "-togglePreserveCase",
"when": "editorFocus"
},
{
"key": "alt+p",
"command": "-toggleSearchPreserveCase",
"when": "searchViewletFocus"
},
{
"key": "alt+p",
"command": "-keybindings.editor.toggleSortByPrecedence",
"when": "inKeybindings"
},
]