diff --git a/package.json b/package.json index 30fba58..f35d68c 100644 --- a/package.json +++ b/package.json @@ -492,7 +492,15 @@ "command": "deleteAllRight", "key": "ctrl+k ctrl+k", "when": "editorTextFocus && !editorReadonly" - } + }, + { + "mac": "cmd+shift+space", + "win": "ctrl+shift+space", + "linux": "ctrl+shift+space", + "command": "editor.action.smartSelect.grow", + "key": "ctrl+shift+space", + "when": "editorTextFocus" + } ], "configuration": { "type": "object",