Add trigger suggest keybind

This commit is contained in:
Wilfried OLLIVIER 2022-12-20 19:53:18 +01:00
parent 8ac7e0d4ea
commit 608882e9eb
1 changed files with 6 additions and 1 deletions

View File

@ -106,7 +106,7 @@
"command": "workbench.action.quickOpenSelectPrevious",
"when": "inQuickOpen"
},
// Editor closing
// Editor
{
"key": "ctrl+q ctrl+q",
"command": "workbench.action.closeEditorsInOtherGroups",
@ -125,6 +125,11 @@
"key": "ctrl+q ctrl+w",
"command": "workbench.action.closeAllEditors"
},
{
"key": "ctrl+escape",
"command": "editor.action.triggerSuggest",
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly"
},
// Editor nav
{
"key": "meta+1",