cmux/docs-site/content/docs/keyboard-shortcuts.mdx
Lawrence Chen f36525f5f1 Add documentation site and Homebrew installation
- Add Fumadocs-based docs site (docs-site/)
- Document all features: tabs, notifications, splits, socket API, CLI
- Add Claude Code hooks guide with cmuxterm detection
- Update README with native macOS emphasis and brew install
- Add homebrew-cmuxterm to .gitignore (has its own repo)
2026-01-29 04:41:39 -08:00

74 lines
1.5 KiB
Text

---
title: Keyboard Shortcuts
description: Complete list of cmuxterm keyboard shortcuts
---
# Keyboard Shortcuts
## Tab Management
| Shortcut | Action |
|----------|--------|
| **⌘T** | New tab |
| **⌘N** | New tab |
| **⌘W** | Close pane (or tab if single pane) |
| **⌘⇧W** | Close tab |
| **⌘B** | Toggle sidebar |
## Tab Navigation
| Shortcut | Action |
|----------|--------|
| **⌘1** - **⌘9** | Jump to tab 1-9 |
| **⌘]** | Next tab |
| **⌘[** | Previous tab |
| **⌃Tab** | Next tab |
| **⌃⇧Tab** | Previous tab |
## Notifications
| Shortcut | Action |
|----------|--------|
| **⌘⇧U** | Jump to latest unread notification |
| **⌘⇧I** | Show notifications panel |
## Split Panes
| Shortcut | Action |
|----------|--------|
| **⌘D** | Split right |
| **⌘⇧D** | Split down |
| **⌘⌥←** | Focus left pane |
| **⌘⌥→** | Focus right pane |
| **⌘⌥↑** | Focus pane above |
| **⌘⌥↓** | Focus pane below |
## Window
| Shortcut | Action |
|----------|--------|
| **⌘,** | Settings |
| **⌘Q** | Quit |
| **⌘M** | Minimize |
| **⌘H** | Hide |
## Terminal
| Shortcut | Action |
|----------|--------|
| **⌘K** | Clear scrollback |
| **⌘C** | Copy (when text selected) |
| **⌘V** | Paste |
| **⌘+** | Increase font size |
| **⌘-** | Decrease font size |
| **⌘0** | Reset font size |
## Symbol Key
| Symbol | Key |
|--------|-----|
| ⌘ | Command |
| ⌥ | Option/Alt |
| ⌃ | Control |
| ⇧ | Shift |
| ← → ↑ ↓ | Arrow keys |