various updates
This commit is contained in:
@ -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"
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user