diff --git a/composer/overview.mdx b/composer/overview.mdx new file mode 100644 index 0000000..2fdace8 --- /dev/null +++ b/composer/overview.mdx @@ -0,0 +1,18 @@ +--- +title: "Overview" +--- + +`Cmd` + `I` (Mac) or `Ctrl` + `I` (Windows/Linux), aka `Composer`, is Cursor's solution for multi-file creation and editing. + +It has recently come out of beta. + +More documentation will be added to this space soon. + +To use Composer, enter a prompt such as: + +> Create a simple fun HTML website with an index.html file and CSS and JS folders and playful colors and JavaScript functionality + +and watch it generate the files for you. + +Refactor across files through subsequent natural language prompts and either accept all suggested changes at once, or approve at the file or individual diff level. + diff --git a/mint.json b/mint.json index 0475e75..b8f13aa 100644 --- a/mint.json +++ b/mint.json @@ -92,6 +92,10 @@ "group": "Cmd K", "pages": ["cmdk/overview", "cmdk/terminal-cmdk"] }, + { + "group": "Cmd I", + "pages": ["composer/overview"] + }, { "group": "Context", "pages": [