* Rename cmuxterm to cmux across entire codebase - Rename GitHub repos: manaflow-ai/cmuxterm -> manaflow-ai/cmux, manaflow-ai/homebrew-cmuxterm -> manaflow-ai/homebrew-cmux - Rename bundle IDs: com.cmuxterm.app -> com.cmux.app - Rename CLI: CLI/cmuxterm.swift -> CLI/cmux.swift - Rename homebrew submodule: homebrew-cmuxterm -> homebrew-cmux - Update all socket paths: /tmp/cmuxterm*.sock -> /tmp/cmux*.sock - Update all GitHub URLs, DMG names, Sparkle URLs - Update all source files, scripts, tests, docs, CI workflows * Bump version to 1.23.0
74 lines
1.5 KiB
Text
74 lines
1.5 KiB
Text
---
|
|
title: Keyboard Shortcuts
|
|
description: Complete list of cmux 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 |
|