# Keyboard shortcuts

Foxora defines every shortcut once and labels it for your OS — ⌘ on macOS, Ctrl on Windows and Linux. The full, grouped list lives in Settings → Keyboard.

## How shortcuts work

There’s one source of truth for commands and their accelerators. The same binding drives three things: the global keyboard handler, the native OS menus, and the command center. A command only fires when a surface that can service it is on screen — editor actions no-op with no file open, for instance.

> ⌘ on Mac, Ctrl elsewhereBindings use a portable modifier we write as Mod: it renders as ⌘ on macOS and Ctrl on Windows and Linux. The shortcuts below show the macOS keys; substitute Ctrl for ⌘ on other systems.

## General & navigation

- Command Palette — ⌘K
- Settings — ⌘,
- New Session — ⌘N
- Open Folder — ⌘O
- Go to File — ⌘P
- Go to Symbol — ⌘⇧O
- Find in Project — ⌘⇧F

## Panels

- Toggle Sidebar — ⌘B
- Toggle Right Panel (the Stage) — ⌘J
- Toggle Problems (the bottom dock) — ⌘⇧M

## Editor

- New File — ⌘T
- Close Tab — ⌘W
- Reopen Closed Tab — ⌘⇧T
- Save — ⌘S
- Find — ⌘F
- Format Document — ⇧⌥F
- Toggle Word Wrap — ⌥Z
- Undo / Redo — ⌘Z / ⌘⇧Z

## AI & chat

- Inline AI Edit — ⌘I
- Fix with Agent — ⌘⇧I
- Send message — ↵ in the composer
- New line — ⇧↵
- Slash commands — type / in the composer

## See them all

Open Settings (⌘, / Ctrl+,) → Keyboard for the complete reference, grouped by category and labeled for your operating system.

> Don't memorize — searchYou don’t need this list in your head. Press ⌘K and type the action you want — the command center shows the accelerator right next to it.
