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

# Commands and shortcuts

> Every CC GUI entry in the Command Palette, context menus, and keyboard shortcuts.

Every command is in the **CC GUI** category. Type `CC GUI` in the Command Palette to see the full list.

<img src="https://mintcdn.com/mossx-docs/kz4nt5KFSKzkAZwe/images/vscode/command-palette.png?fit=max&auto=format&n=kz4nt5KFSKzkAZwe&q=85&s=1f67f6b70f9448c4f4f73cb0c4a56f83" alt="Command Palette" width="100%" data-path="images/vscode/command-palette.png" />

## Command list

| Command                             | What it does                                        |
| ----------------------------------- | --------------------------------------------------- |
| Open CC GUI                         | Focus the primary Activity Bar view                 |
| New Chat Tab                        | Stack a new chat tab in the current editor group    |
| Rename Active Chat Tab              | Rename the current chat tab                         |
| Hide CC GUI Panel                   | Collapse the sidebar                                |
| Send Selection Reference to Claude  | Insert a selection mention into the input box       |
| Copy AI Reference                   | Copy a selection mention to the clipboard           |
| Send File Path to Claude            | Insert a file path into the input box               |
| Generate Commit Message with Claude | Generate a commit message from the Git diff         |
| Fix with Claude                     | Send the current diagnostic to the chat             |
| Save Session as Template            | Save the current session as a template              |
| Create Session from Template        | Start a new session from a template                 |
| Run Setup Wizard                    | Run the setup wizard                                |
| Open Webview Developer Tools        | Open Webview developer tools (debug log must be on) |

## Shortcuts

| Action                   | macOS         | Windows / Linux | When it works              |
| ------------------------ | ------------- | --------------- | -------------------------- |
| Send a selection mention | `Cmd+Alt+K`   | `Ctrl+Alt+K`    | The editor has a selection |
| Fix with Claude          | `Cmd+Shift+Q` | `Ctrl+Shift+Q`  | The editor has focus       |

In-chat search is `Cmd+F` / `Ctrl+F`, and only works in the CC GUI chat view. See [Chat area](/en/vscode/chat/overview).

The send-message shortcut is in CC GUI Settings, not the VS Code keyboard shortcuts editor. See [Input box](/en/vscode/chat/input).

## Menu entries

| Location                  | Commands that appear                                 |
| ------------------------- | ---------------------------------------------------- |
| Editor title bar          | Open CC GUI                                          |
| Editor context menu       | Send selection, copy reference, send file path       |
| Explorer context menu     | Send file path                                       |
| Editor title context menu | Send file path                                       |
| Source Control title bar  | Generate commit (Git only)                           |
| CC GUI view title bar     | New session. With debug log on, also developer tools |

## VS Code settings

| Key                        | Default | What it does                                      |
| -------------------------- | ------- | ------------------------------------------------- |
| `ccGui.nodePath`           | empty   | Node executable used only by CC GUI               |
| `ccGui.autoSyncActiveFile` | `true`  | Sync the current editor file automatically        |
| `ccGui.enableDebugLog`     | `false` | Write debug logs and show Webview developer tools |

Before you open developer tools, turn on the debug log in VS Code settings or **CC GUI → Settings → General → Behavior**. If it is off, the command tells you to turn that switch on first.

Logs are in **View → Output → CC GUI**.
