> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vybe.build/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard Shortcuts

> Quick reference for keyboard shortcuts in the Vybe editor

Keyboard shortcuts help you navigate the Vybe editor faster. Here are the available shortcuts.

***

## Editor shortcuts

| Action                | macOS           | Windows / Linux |
| --------------------- | --------------- | --------------- |
| Send message          | `Cmd + Enter`   | `Ctrl + Enter`  |
| New line in chat      | `Shift + Enter` | `Shift + Enter` |
| Toggle sidebar        | `Cmd + B`       | `Ctrl + B`      |
| Switch to Preview tab | `Cmd + 1`       | `Ctrl + 1`      |
| Switch to Code tab    | `Cmd + 2`       | `Ctrl + 2`      |
| Switch to Data tab    | `Cmd + 3`       | `Ctrl + 3`      |
| Search files          | `Cmd + P`       | `Ctrl + P`      |

***

## Chat tips

| Action                         | How                                                                                           |
| ------------------------------ | --------------------------------------------------------------------------------------------- |
| Send a message                 | Type your prompt and press `Cmd + Enter` (macOS) or `Ctrl + Enter` (Windows/Linux)            |
| Add a new line without sending | Press `Shift + Enter` to insert a line break in your message                                  |
| Paste an image                 | Use `Cmd + V` (macOS) or `Ctrl + V` (Windows/Linux) to paste a screenshot from your clipboard |

***

## Navigation tips

| Action                      | How                                                                                         |
| --------------------------- | ------------------------------------------------------------------------------------------- |
| Switch between tabs quickly | Use `Cmd/Ctrl + 1/2/3` to jump between Preview, Code, and Data tabs without using the mouse |
| Find a specific file        | Press `Cmd/Ctrl + P` to open the file search, then type part of the file name               |
| Toggle the sidebar          | Press `Cmd/Ctrl + B` to show or hide the sidebar for more screen space                      |

<Note>
  Keyboard shortcuts may vary depending on your browser and operating system. If a shortcut does not work as expected, check for browser-level shortcut conflicts.
</Note>

***

## What's next

* Read the full glossary: [Glossary](/reference/glossary)
* Review the tech stack: [Tech Stack Reference](/reference/tech-stack)
* Learn about AI models: [AI Models Reference](/reference/ai-models)
