Added more keybinds and settings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user