Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update important-shortcuts.md
  • Loading branch information
Malodeity authored Aug 31, 2024
commit 7834752fc43204d738cfcef2de61fedafe3939ba
20 changes: 10 additions & 10 deletions docs/important-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ keywords: [shortcuts, pearai, important shortcuts, pear ai shortcuts]

# ⏩ Important shortcuts

| Shortcut | Action |
| ------------- | -------------------------------- |
| `CMD+L` | New chat (with selected code) |
| `CMD+SHIFT+L` | Append selected code |
| `CMD+;` | Close chat panel |
| `CMD+'` | Switch models |
| `CMD+\` | Make chat bigger |
| `CMD+0` | Previously opened chat |
| `CMD+H` | History |
| `CMD+SHIFT+R` | Bring last terminal text to chat |
| Action | Mac | Windows |
| -------------------------------- | -------- | -------- |
| New chat (with selected code) | `CMD+L` | `CTRL+L` |
| Append selected code | `CMD+SHIFT+L` | `CTRL+SHIFT+L` |
| Close chat panel | `CMD+;` | `CTRL+;` |
| Switch models | `CMD+'` | `CTRL+'` |
| Make chat bigger | `CMD+\` | `CTRL+\` |
| Previously opened chat | `CMD+0` | `CTRL+0` |
| History | `CMD+H` | `CTRL+H` |
| Bring last terminal text to chat | `CMD+SHIFT+R` | `CTRL+SHIFT+R` |

These shortcuts can be pressed again to toggle previous state.

Expand Down