레퍼런스
키보드 단축키
모든 바인딩 — src/lib/keyboard-shortcuts.ts 에서 자동 생성.
아래 바인딩은 src/lib/keyboard-shortcuts.ts에서 직접 읽어 생성됩니다. 배포 시마다 재빌드되므로 앱과 항상 동기화됩니다.
macOS에서는 ⌘(Cmd), ⌃(Ctrl), ⌥(Option), ⇧(Shift)로 표시됩니다. Linux/Windows에서는 같은 동작을 Ctrl/Alt/Shift로 사용합니다.
커스터마이즈
설정 → 단축키에서 편집 가능한 모든 액션을 재지정할 수 있습니다. 비활성 바인딩(
editable: false)은 숫자 행 단축키 전용으로 예약되어 있습니다.워크스페이스
| 동작 | macOS | Linux / Windows |
|---|---|---|
| New workspace | ⌘N | Ctrl+N |
| Rename workspace | ⌘⇧R | Ctrl+Shift+R |
| Switch to workspace 1–9 | ⌘1 – ⌘9 | Ctrl+1 – Ctrl+9 |
탭
| 동작 | macOS | Linux / Windows |
|---|---|---|
| New tab | ⌘T | Ctrl+T |
| Close tab | ⌘W | Ctrl+W |
| Previous tab | ⌘⇧[ | Ctrl+Shift+[ |
| Next tab | ⌘⇧] | Ctrl+Shift+] |
| Go to tab 1–9 | ⌃1 – ⌃9 | Alt+1 – Alt+9 |
창 & 분할
| 동작 | macOS | Linux / Windows |
|---|---|---|
| Split pane right | ⌘D | Ctrl+D |
| Split pane down | ⌘⇧D | Ctrl+Shift+D |
| Focus left pane | ⌘⌥← | Ctrl+Alt+← |
| Focus right pane | ⌘⌥→ | Ctrl+Alt+→ |
| Focus upper pane | ⌘⌥↑ | Ctrl+Alt+↑ |
| Focus lower pane | ⌘⌥↓ | Ctrl+Alt+↓ |
| Clear screen | ⌘K | Ctrl+K |
| Resize pane left | ⌘⌃⇧← | Ctrl+Alt+Shift+← |
| Resize pane right | ⌘⌃⇧→ | Ctrl+Alt+Shift+→ |
| Resize pane up | ⌘⌃⇧↑ | Ctrl+Alt+Shift+↑ |
| Resize pane down | ⌘⌃⇧↓ | Ctrl+Alt+Shift+↓ |
| Equalize splits | ⌘⌥= | Ctrl+Alt+= |
패널
| 동작 | macOS | Linux / Windows |
|---|---|---|
| Focus Claude input | ⌘I | Ctrl+I |
뷰 & 모드
| 동작 | macOS | Linux / Windows |
|---|---|---|
| Toggle sidebar | ⌘B | Ctrl+B |
| Switch Workspace ↔ Sessions | ⌘⇧B | Ctrl+Shift+B |
| Notes | ⌘⇧E | Ctrl+Shift+E |
| Stats | ⌘⇧U | Ctrl+Shift+U |
| Switch to Terminal mode | ⌘⇧T | Ctrl+Shift+T |
| Switch to Claude mode | ⌘⇧C | Ctrl+Shift+C |
| Switch to Diff mode | ⌘⇧F | Ctrl+Shift+F |
앱
| 동작 | macOS | Linux / Windows |
|---|---|---|
| Settings | ⌘, | Ctrl+, |
| New window | ⌘⇧N | Ctrl+Shift+N |