forked from continuedev/continue
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Onboarding, fixed small shortcut UI error. (#110)
* Draft #1 on updating welcome.md file * Draft #2 of welcome.md: deleted a few shortcuts, put shortcuts in table format, and made tutorial line pop out more using bold and font size. * fixed wrong shortcut display * Update extensions/vscode/media/welcome.md --------- Co-authored-by: Duke Pan <59063950+Fryingpannn@users.noreply.github.com>
- Loading branch information
1 parent
9e7f2fc
commit 661200b
Showing
2 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <span style="font-size: 1.2em;">[tutorial.py](../pearai_tutorial.py)</span>.** | ||
|
||
> If you'd prefer different keys, these shortcuts can be customized in VS Code settings. | ||
|
||
<kbd>Cmd/Ctrl</kbd> + <kbd>L</kbd> = Select code | ||
If you want to skip the tutorial you can just start coding immediately - Happy Coding! | ||
|
||
<kbd>Cmd/Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd> = Select code for follow-up | ||
## 🔑 Important Shortcuts | ||
|
||
<kbd>Cmd/Ctrl</kbd> + <kbd>I</kbd> = Quick edit | ||
> If you'd prefer different keys, these shortcuts can be customized in PearAI settings. | ||
<kbd>Cmd/Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd> = Automatically debug terminal | ||
| Description | Keybinds | | ||
|------------------------------------|---------------------------------------------| | ||
| Select Code + New Session | <kbd>Cmd/Ctrl</kbd> + <kbd>L</kbd> | | ||
| Close Pear Chat | <kbd>Cmd/Ctrl</kbd> + <kbd>;</kbd> | | ||
| Toggle Enlarged Chat | <kbd>Cmd/Ctrl</kbd> + <kbd>[</kbd> | | ||
| Add Selected Code to Current Chat | <kbd>Cmd/Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd> | | ||
| Inline Prompting | <kbd>Cmd/Ctrl</kbd> + <kbd>I</kbd> | | ||
| Bring Latest Terminal Error to Chat| <kbd>Cmd/Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd> | | ||
| Toggle History | <kbd>Cmd/Ctrl</kbd> + <kbd>O</kbd> | | ||
| Go To Previous Chat | <kbd>Cmd/Ctrl</kbd> + <kbd>0</kbd> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters