diff --git a/extensions/vscode/media/welcome.md b/extensions/vscode/media/welcome.md index 69c26f06da..d7dc06ce7e 100644 --- a/extensions/vscode/media/welcome.md +++ b/extensions/vscode/media/welcome.md @@ -1,15 +1,23 @@ # 👋 Welcome to PearAI -Welcome! Select a model on the right side to get started. You can head over to the tutorial.py tab for a quick intro on what PearAI can do, or just get started coding immediately - have fun! +Welcome! Select a model on the right side to get started. -## 🔑 Most important shortcuts +**If you want to take a quick tutorial on what PearAI can do you can head over to [tutorial.py](../pearai_tutorial.py).** -> If you'd prefer different keys, these shortcuts can be customized in VS Code settings. -Cmd/Ctrl + L = Select code +If you want to skip the tutorial you can just start coding immediately - Happy Coding! -Cmd/Ctrl + Shift + L = Select code for follow-up +## 🔑 Important Shortcuts -Cmd/Ctrl + I = Quick edit +> If you'd prefer different keys, these shortcuts can be customized in PearAI settings. -Cmd/Ctrl + Shift + R = Automatically debug terminal +| Description | Keybinds | +|------------------------------------|---------------------------------------------| +| Select Code + New Session | Cmd/Ctrl + L | +| Close Pear Chat | Cmd/Ctrl + ; | +| Toggle Enlarged Chat | Cmd/Ctrl + [ | +| Add Selected Code to Current Chat | Cmd/Ctrl + Shift + L | +| Inline Prompting | Cmd/Ctrl + I | +| Bring Latest Terminal Error to Chat| Cmd/Ctrl + Shift + R | +| Toggle History | Cmd/Ctrl + O | +| Go To Previous Chat | Cmd/Ctrl + 0 | diff --git a/gui/src/components/dialogs/KeyboardShortcuts.tsx b/gui/src/components/dialogs/KeyboardShortcuts.tsx index 7958b412c6..cc6581a3ae 100644 --- a/gui/src/components/dialogs/KeyboardShortcuts.tsx +++ b/gui/src/components/dialogs/KeyboardShortcuts.tsx @@ -100,8 +100,8 @@ const vscodeShortcuts: KeyboardShortcutProps[] = [ description: "Enlarge Pear chat", }, { - mac: "⌘ :", - windows: "⌃ :", + mac: "⌘ ;", + windows: "⌃ ;", description: "Close Pear chat", }, {