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

# Keybindings

> Keyboard shortcuts and navigation

## Global

| Key           | Action                         |
| ------------- | ------------------------------ |
| `Ctrl+P`      | Command palette                |
| `Ctrl+C`      | Quit (double-press to confirm) |
| `Enter`       | Send message                   |
| `Shift+Enter` | New line in input              |

## Navigation

| Key      | Action                     |
| -------- | -------------------------- |
| `Ctrl+S` | Open conversation switcher |
| `Ctrl+N` | New conversation           |
| `Ctrl+D` | Delete conversation        |

## Model & Mode

| Key      | Action                         |
| -------- | ------------------------------ |
| `Ctrl+L` | Choose LLM (provider/model)    |
| `Ctrl+M` | Choose permission/sandbox mode |
| `Ctrl+E` | Choose thinking effort level   |

## Permission Modes

| Mode                | Description               |
| ------------------- | ------------------------- |
| `plan`              | Plan only, no actions     |
| `default`           | Ask before each action    |
| `auto`              | Auto-approve safe actions |
| `acceptEdits`       | Auto-approve file edits   |
| `dontAsk`           | Skip confirmation prompts |
| `bypassPermissions` | No restrictions           |

## Thinking Effort

| Level    | Notes                      |
| -------- | -------------------------- |
| `low`    | Fastest, minimal reasoning |
| `medium` | Balanced                   |
| `high`   | Deep reasoning             |
| `max`    | Opus models only           |

## Overlays

All overlays are accessed through the command palette (`Ctrl+P`) or their dedicated
shortcut. Press `Esc` to close any overlay.
