diff --git a/package.json b/package.json index 9e28b0c..7f680d1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,15 @@ "command": "snappify.new" } ] - } + }, + "keybindings": [ + { + "command": "snappify.new", + "key": "ctrl+alt+s", + "mac": "cmd+alt+s", + "when": "editorTextFocus" + } + ] }, "scripts": { "vscode:prepublish": "npm run esbuild-base -- --minify",