#設定

cmuxはターミナル設定をGhosttyの設定ファイルから読み込みます。cmux管理のアプリ設定も ~/.config/cmux/cmux.json で管理でき、ショートカット、自動化、サイドバー、通知、ブラウザ設定を含みます。

#設定ファイルの場所

cmuxは以下の場所から設定を検索します(順番に):

  1. ~/.config/ghostty/config
  2. ~/Library/Application Support/com.mitchellh.ghostty/config

設定ファイルが存在しない場合は作成してください:

mkdir -p ~/.config/ghostty
touch ~/.config/ghostty/config

#設定例

~/.config/ghostty/config
font-family = SF Mono
font-size = 13
sidebar-font-size = 14
surface-tab-bar-font-size = 11
theme = One Dark
scrollback-limit = 50000000
split-divider-color = #3e4451
working-directory = ~/code

#cmux.json

cmux keeps app-owned settings, shortcuts, actions, custom commands, and workspace layouts in ~/.config/cmux/cmux.json. Terminal rendering still lives in Ghostty config. On launch, if the file is missing, cmux writes a commented template there.

Open cmux Settings, then use the cmux.json section to open the canonical file in your preferred text editor.

  1. ~/.config/cmux/cmux.json
  2. .cmux/cmux.json in a project for project-scoped actions and workspace commands
Precedence: global ~/.config/cmux/cmux.json settings override values saved in the Settings window. Legacy ~/.config/cmux/settings.json and Application Support settings files are read only as fallback for missing settings keys. Project-local .cmux/cmux.json can override actions, commands, UI action wiring, and notification hooks, but not global app preferences.
Reload: edit the file, then use Cmd+Shift+, or cmux reload-config to re-read it without restarting the app.
Migrations: keep schemaVersion at 1 for now. Future cmux versions will use that field for upgrades. If cmux sees a newer schema version, it logs a warning and parses known keys only.

The file accepts JSON with comments and trailing commas. The canonical schema is published at https://raw.githubusercontent.com/manaflow-ai/cmux/main/web/data/cmux.schema.json and the source lives at https://github.com/manaflow-ai/cmux/blob/main/web/data/cmux.schema.json.

~/.config/cmux/cmux.json
{
  "$schema": "https://raw.githubusercontent.com/manaflow-ai/cmux/main/web/data/cmux.schema.json",
  "schemaVersion": 1,

  // "app": {
  //   "appearance": "dark",
  //   "menuBarOnly": false,
  //   "newWorkspacePlacement": "afterCurrent",
  //   "windowTitleTemplate": "[cmux:{windowToken}] {activeWorkspace}",
  //   "confirmQuit": "always",
  //   "openSupportedFilesInCmux": true,
  //   "workspaceInheritWorkingDirectory": true,
  //   "iMessageMode": true
  // },

  // "terminal": {
  //   "showScrollBar": false,
  //   "copyOnSelect": true,
  //   "autoResumeAgentSessions": true,
  //   "showTextBoxOnNewTerminals": false,
  //   "focusTextBoxOnNewTerminals": false,
  //   "agentHibernation": {
  //     "enabled": false,
  //     "idleSeconds": 5,
  //     "maxLiveTerminals": 12
  //   },
  //   "textBoxMaxLines": 10
  // },

  // "browser": {
  //   "defaultSearchEngine": "kagi",
  //   // For an unlisted provider, set "defaultSearchEngine": "custom" and fill these:
  //   "customSearchEngineName": "My Search",
  //   "customSearchEngineURLTemplate": "https://search.example.com/?q={query}",
  //   "openTerminalLinksInCmuxBrowser": true,
  //   "hostsToOpenInEmbeddedBrowser": ["localhost", "*.internal.example"]
  // },

  // "markdown": {
  //   // 新しく開く Markdown ビューアの本文フォントサイズ(ポイント単位)。
  //   // Cmd-+ / Cmd-- / Cmd-0 でその場で拡大・縮小できます。
  //   "fontSize": 15,
  //   // 本文フォントファミリーの既定値です。空のままにするとシステムの Markdown フォントスタックを使います。
  //   "fontFamily": "",
  //   // 読み取りカラム最大幅の既定値(CSS ピクセル単位)です。
  //   "maxWidth": 980
  // },

  // "fileEditor": {
  //   // 横スクロールする代わりに、エディタの右端で長い行を折り返します。
  //   "wordWrap": false
  // },

  // "fileExplorer": {
  //   // ファイルをダブルクリックしたときの動作: preview(既定)、defaultEditor(macOS の既定アプリ)、preferredEditor(app.preferredEditor コマンド)。
  //   "doubleClickAction": "preview"
  // },

  // "automation": {
  //   "suppressSubagentNotifications": true
  // },

  // "workspaceColors": {
  //   "colors": {
  //     "Red": "#C0392B",
  //     "Blue": "#1565C0",
  //     "Neon Mint": "#00F5D4"
  //   }
  // },

  // "workspaceGroups": {
  //   "newWorkspacePlacement": "afterCurrent"
  // },

  // "shortcuts": {
  //   "bindings": {
  //     "toggleSidebar": "cmd+b",
  //     "toggleFileExplorer": "cmd+opt+b",
  //     "newTab": ["ctrl+b", "c"],
  //     "commandPalettePrevious": null
  //   }
  // },
}

#Schema reference

This reference covers every supported global settings key in cmux.json. The embedded browser, terminal, sidebar, notifications, automation, and cmux-owned keyboard shortcuts all live here. Actions and workspace commands are documented on the custom commands page.

#Metadata

$schema

Optional schema URL for editor completion and validation.

Type
string
Default
"https://raw.githubusercontent.com/manaflow-ai/cmux/main/web/data/cmux.schema.json"
schemaVersion

Schema version for forward-compatible migrations. Newer versions are parsed on a best-effort basis.

Type
integer
Default
1

#app

General app preferences from Settings > App.

app.language

Preferred app language.

Type
string
Default
"system"
Allowed values
system, en, ar, bs, zh-Hans, zh-Hant, da, de, es, fr, it, ja, ko, nb, pl, pt-BR, ru, th, tr
app.appearance

App appearance mode.

Type
string
Default
"system"
Allowed values
system, light, dark
app.appIcon

Dock and app switcher icon style.

Type
string
Default
"automatic"
Allowed values
automatic, light, dark
app.windowTitleTemplate

任意の NSWindow タイトルテンプレートです。空欄のままなら、現在のディレクトリへのフォールバックを含む cmux 既存の既定タイトル動作を保ちます。対応するプレースホルダー: {windowId}, {windowToken}, {activeWorkspace}, {activeDirectory}, {defaultTitle}, {appName}。

Type
string
Default
""
app.menuBarOnly

Hide the Dock icon and app switcher entry while keeping cmux available from the menu bar.

Type
boolean
Default
false
app.newWorkspacePlacement

Where new workspaces are inserted in the sidebar.

Type
string
Default
"afterCurrent"
Allowed values
top, afterCurrent, end
app.forkConversationDefaultDestination

タブのコンテキストメニューにある主要な「会話をフォーク」操作のデフォルトのフォーク先です。サブメニューには引き続きすべてのフォーク先が表示されます。

Type
string
Default
"right"
Allowed values
right, left, top, bottom, newTab, newWorkspace
app.workspaceInheritWorkingDirectory

When true, new workspaces inherit the current workspace working directory. When false, new workspaces leave the working directory unset so Ghostty's working-directory setting can provide the default.

Type
boolean
Default
true
app.minimalMode

Hide the workspace title bar and move controls into the sidebar.

Type
boolean
Default
false
app.keepWorkspaceOpenWhenClosingLastSurface

When true, closing the last surface keeps the workspace open.

Type
boolean
Default
false
app.focusPaneOnFirstClick

When cmux is inactive, the first click can activate and focus the clicked pane.

Type
boolean
Default
true
app.preferredEditor

Custom editor command used when Cmd-click file previews are disabled or a file is unsupported. Leave empty to use the default.

Type
string
Default
""
app.openSupportedFilesInCmux

When enabled, Cmd-clicking readable local files opens supported previews in cmux, including text, code, PDFs, images, audio, video, and Quick Look files. Preview headers include an Open With menu based on the user's default and compatible macOS apps for that file.

Type
boolean
Default
true
app.openMarkdownInCmuxViewer

When enabled, Cmd-clicking .md/.markdown/.mkd/.mdx files opens the rendered cmux markdown viewer panel (with live reload) instead of the generic file preview.

Type
boolean
Default
true
app.globalFontMagnification

cmux が所有するターミナル、タブタイトル、サイドバー、設定、オーバーレイ、アプリの chrome をこの割合で拡大縮小します。レンダリングされたブラウザページ内容は対象外です。

Type
integer
Default
100
app.reorderOnNotification

Move workspaces with new notifications toward the top.

Type
boolean
Default
true
app.iMessageMode

Move a workspace to the top and show the submitted message when sending an agent prompt.

Type
boolean
Default
false
app.sendAnonymousTelemetry

Allow anonymous telemetry.

Type
boolean
Default
true
app.confirmQuit

cmux の終了前に確認を求めるタイミングを制御します。DEV ビルドではこの設定に関係なく常にすぐ終了します。従来の app.warnBeforeQuit も boolean フォールバックとして引き続き受け付けます。

Type
string
Default
"always"
Allowed values
always, dirty-only, never
app.warnBeforeQuit

終了確認用の従来の boolean フォールバックです。新しい設定では app.confirmQuit を使ってください。

Type
boolean
Default
true
app.warnBeforeClosingTab

Show a confirmation before closing a tab.

Type
boolean
Default
true
app.warnBeforeClosingTabXButton

タブの閉じるボタンでタブを閉じる前に確認を表示します。

Type
boolean
Default
false
app.hideTabCloseButton

ペインのタブバーでタブの閉じるボタンを非表示にします。

Type
boolean
Default
false
app.renameSelectsExistingName

Select the current name when opening rename flows.

Type
boolean
Default
true
app.commandPaletteSearchesAllSurfaces

Search every surface in the command palette switcher instead of only the active workspace.

Type
boolean
Default
false

#terminal

Terminal presentation settings from Settings > Terminal.

terminal.showScrollBar

Show the right-edge terminal scroll bar when scrollback is available. cmux automatically suppresses it for alternate-screen style TUI surfaces.

Type
boolean
Default
true
terminal.scrollSpeed

ターミナルのスクロールホイールとトラックパッドの移動量に適用される倍率です。値を大きくするとスクロールが速くなり、小さくすると遅くなります。

Type
number
Default
1
terminal.copyOnSelect

true の場合、選択が確定したときにターミナルで選択したテキストをシステムクリップボードへコピーします。false の場合、cmux は Ghostty の copy-on-select 上書きを出力せず、選択クリップボードの動作は Ghostty の設定と既定値に従います。

Type
boolean
Default
false
terminal.autoResumeAgentSessions

Automatically run agent resume commands for restored terminal sessions when cmux reopens after quit. Set false to restore panes while keeping Claude Code, Codex, OpenCode, and other saved agent sessions idle until you resume them manually.

Type
boolean
Default
true
terminal.showTextBoxOnNewTerminals

新しいワークスペース、ターミナルタブ、ターミナル分割でベータ版の TextBox 入力を既定で表示します。

Type
boolean
Default
false
terminal.focusTextBoxOnNewTerminals

新しいワークスペース、ターミナルタブ、ターミナル分割でベータ版の TextBox 入力に既定でフォーカスします。フォーカスする場合は TextBox も表示されます。

Type
boolean
Default
false
terminal.agentHibernation

Opt-in Agent Hibernation settings. cmux kills idle background agent processes to free RAM and CPU, then resumes them with their saved session when their tab is visited. A terminal is only suspended when it runs a restorable coding agent, the agent lifecycle reports idle, the terminal is off-screen, the live-terminal limit is exceeded, and its output has stayed unchanged for the idle window plus a short confirmation settle window. The placeholder Resume button is a manual fallback.

Type
object
Default
none
terminal.rendererRealization

Reclaim off-screen terminal GPU renderer memory. cmux releases the Metal renderer (IOSurface) of a terminal that has stayed off-screen and idle while keeping its process and terminal state alive, then rebuilds the renderer instantly when the tab is visited again. Non-destructive and on by default.

Type
object
Default
none
terminal.textBoxMaxLines

Maximum number of lines the rich terminal TextBox input can grow to before it scrolls.

Type
integer
Default
10
terminal.resumeCommands

Signed command-prefix approvals for restoring non-agent terminal surfaces. cmux writes this list when you approve a surface resume command.

Type
array<object>
Default
[]

#notifications

Notification behavior from Settings > Notifications.

notifications.dockBadge

Show the unread count in the Dock tile.

Type
boolean
Default
true
notifications.showInMenuBar

Show the menu bar extra.

Type
boolean
Default
true
notifications.unreadPaneRing

Highlight panes with unread notifications.

Type
boolean
Default
true
notifications.paneFlash

Flash the focused pane when requested.

Type
boolean
Default
true
notifications.sound

Notification sound preset.

Type
string
Default
"default"
Allowed values
default, Basso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink, custom_file, none
notifications.customSoundFilePath

Local path to the custom notification sound file.

Type
string
Default
""
notifications.command

Optional shell command to run alongside notification delivery.

Type
string
Default
""
notifications.hooksMode

Controls whether project-local notification hooks append to inherited hooks or replace them.

Type
string
Default
"append"
Allowed values
append, replace
notifications.hooks

Composable shell hooks that receive notification policy JSON on stdin and return updated policy JSON on stdout.

Type
array<object>
Default
[]

#sidebar

Sidebar content and metadata visibility from Settings > Sidebar.

sidebar.hideAllDetails

Hide all per-workspace detail rows.

Type
boolean
Default
false
sidebar.wrapWorkspaceTitles

Allow workspace titles in the sidebar to wrap to multiple lines instead of truncating after one line.

Type
boolean
Default
false
sidebar.showWorkspaceDescription

Show custom workspace descriptions in the sidebar.

Type
boolean
Default
true
sidebar.branchLayout

Show git branch details stacked vertically or inline.

Type
string
Default
"vertical"
Allowed values
vertical, inline
sidebar.showNotificationMessage

Show the latest notification text in the sidebar.

Type
boolean
Default
true
sidebar.showBranchDirectory

Show the workspace working directory.

Type
boolean
Default
true
sidebar.showPullRequests

Show pull request metadata in the sidebar.

Type
boolean
Default
true
sidebar.watchGitStatus

Watch repository files for sidebar branch and pull request metadata without polling git.

Type
boolean
Default
true
sidebar.makePullRequestsClickable

Allow sidebar pull request metadata to open links when clicked.

Type
boolean
Default
true
sidebar.openPullRequestLinksInCmuxBrowser

Open sidebar pull request links in the embedded cmux browser.

Type
boolean
Default
true
sidebar.openPortLinksInCmuxBrowser

Open sidebar port links in the embedded cmux browser.

Type
boolean
Default
true
sidebar.showSSH

Show SSH connection details.

Type
boolean
Default
true
sidebar.showPorts

Show listening ports.

Type
boolean
Default
true
sidebar.showLog

Show recent log snippets.

Type
boolean
Default
true
sidebar.showProgress

Show progress indicators.

Type
boolean
Default
true
sidebar.showCustomMetadata

Show custom metadata pills.

Type
boolean
Default
true
sidebar.rightMaxWidth

右サイドバーの最大幅(ポイント)。省略すると、組み込みの動的上限が適用されます。

Type
number
Default
none

#workspaceGroups

Per-cwd customization for sidebar workspace groups. The anchor workspace's cwd is matched against the keys in `byCwd`; longest-match wins. Keys containing `*` or `?` are matched as fnmatch globs (with `~` expanded); other keys are path prefixes.

workspaceGroups.newWorkspacePlacement

グループ内で Cmd-N、グループヘッダーの + ボタン、設定済みグループアクションが新しいワークスペースを配置する場所のグローバル既定値です: `afterCurrent` (アクティブなグループ内ワークスペースの直後。ない場合は top)、`top` (アンカー直後の2番目の位置)、`end` (最後のメンバーの後)。

Type
string
Default
"afterCurrent"
Allowed values
afterCurrent, top, end
workspaceGroups.byCwd

Map of cwd patterns to group customization. Empty when omitted.

Type
object
Default
none

#workspaceColors

Workspace tab and badge colors from Settings > Workspace Colors.

workspaceColors.indicatorStyle

Active workspace indicator style. Legacy aliases are accepted and normalized.

Type
string
Default
"leftRail"
Allowed values
leftRail, solidFill, rail, border, wash, lift, typography, washRail, blueWashColorRail
workspaceColors.selectionColor

Override the selected workspace background color.

Type
unknown
Default
null
workspaceColors.notificationBadgeColor

Override the unread notification badge color.

Type
unknown
Default
null
workspaceColors.colors

Full named workspace color palette. Include built-in entries you want to keep, remove keys to remove colors, and add more named entries to extend the picker.

Type
object
Default
{
  "Red": "#C0392B",
  "Crimson": "#922B21",
  "Orange": "#A04000",
  "Amber": "#7D6608",
  "Olive": "#4A5C18",
  "Green": "#196F3D",
  "Teal": "#006B6B",
  "Aqua": "#0E6B8C",
  "Blue": "#1565C0",
  "Navy": "#1A5276",
  "Indigo": "#283593",
  "Purple": "#6A1B9A",
  "Magenta": "#AD1457",
  "Rose": "#880E4F",
  "Brown": "#7B3F00",
  "Charcoal": "#3E4B5E"
}
workspaceColors.paletteOverrides

Legacy workspace color overrides for built-in palette names. Prefer workspaceColors.colors for new configs.

Type
object
Default
{}
workspaceColors.customColors

Legacy list of custom workspace colors. Prefer workspaceColors.colors for new configs.

Type
array<unknown>
Default
[]

workspaceColors.colors is the full palette. Keep the built-in keys you want, delete keys to remove colors from the picker, and add more named color entries to extend it. Older paletteOverrides and customColors files still parse during upgrades, but new files should use colors.

{
  "workspaceColors": {
    "colors": {
      "Red": "#C0392B",
      "Blue": "#1565C0",
      "Neon Mint": "#00F5D4"
    }
  }
}

#sidebarAppearance

Sidebar tint settings from Settings > Sidebar Appearance.

sidebarAppearance.matchTerminalBackground

Use the terminal background instead of the sidebar tint.

Type
boolean
Default
false
sidebarAppearance.tintColor

Base sidebar tint color used when light/dark overrides are not set.

Type
unknown
Default
"#000000"
sidebarAppearance.lightModeTintColor

Sidebar tint override for light appearance.

Type
unknown
Default
null
sidebarAppearance.darkModeTintColor

Sidebar tint override for dark appearance.

Type
unknown
Default
null
sidebarAppearance.tintOpacity

Sidebar tint opacity from 0 to 1. Note: this only controls the sidebar tint, not terminal/window transparency. For terminal background transparency or blur, set `background-opacity` and `background-blur` in `~/.config/ghostty/config` and run `cmux reload-config`.

Type
number
Default
0.03

#automation

Socket control and automation settings from Settings > Automation.

automation.socketControlMode

Socket control mode. Legacy aliases are accepted and normalized.

Type
string
Default
"cmuxOnly"
Allowed values
off, cmuxOnly, automation, password, allowAll, openAccess, fullOpenAccess, notifications, full
automation.socketPassword

Password for password-mode socket access. Use null or an empty string to clear it.

Type
string | null
Default
""
automation.claudeCodeIntegration

Enable cmux integration hooks for Claude Code.

Type
boolean
Default
true
automation.claudeBinaryPath

Custom path to the claude binary.

Type
string
Default
""
automation.workspaceAutoNaming

エージェントの会話内容からワークスペースとタブの名前を自動生成するオプトイン機能です。有効にすると、cmux は対応エージェントの各バイナリを使ってセッションを短いタイトルに要約します。手動の名前変更が常に優先されます。

Type
boolean
Default
false
automation.autoNamingAgent

すべてのセッションの自動命名を行うエージェントを指定します。"auto"(既定)は各セッションをそのセッション自身のエージェントで命名します。任意のエージェントのスラッグ(claude、codex、grok、opencode、pi、omp など)を指定すると、他のエージェントのセッションも含めてすべての命名をそのエージェントが行います。実行できない、または未インストールのエージェントは各セッション自身のエージェントにフォールバックするため、命名が壊れることはありません。

Type
string
Default
"auto"
automation.ripgrepBinaryPath

Custom path to the ripgrep (rg) binary used by project search.

Type
string
Default
""
automation.suppressSubagentNotifications

ネストされた Codex または Claude の子エージェントからの表示される完了通知とステータス変更を抑制し、それらのイベントは Feed テレメトリに残します。

Type
boolean
Default
true
automation.ampIntegration

Amp の cmux 連携フックを有効にします。無効にすると、バンドルされたプラグインは削除せずに非アクティブのままになります。

Type
boolean
Default
true
automation.cursorIntegration

Enable cmux integration hooks for Cursor.

Type
boolean
Default
true
automation.geminiIntegration

Enable cmux integration hooks for Gemini.

Type
boolean
Default
true
automation.kiroIntegration

Enable cmux integration hooks for Kiro CLI.

Type
boolean
Default
true
automation.kiroNotificationLevel

Controls how many Kiro tool events appear in Feed.

Type
string
Default
"standard"
Allowed values
minimal, standard, verbose
automation.portBase

Starting value for workspace CMUX_PORT assignments.

Type
integer
Default
9100
automation.portRange

Number of ports reserved per workspace.

Type
integer
Default
10

#browser

Embedded browser settings from Settings > Browser.

browser.defaultSearchEngine

ブラウザのアドレスバーでURLではない入力に使う既定の検索エンジンです。任意のプロバイダには custom と customSearchEngineURLTemplate を使います。

Type
string
Default
"google"
Allowed values
google, duckduckgo, bing, kagi, startpage, brave, perplexity, exa, yahoo, ecosia, qwant, mojeek, wikipedia, github, baidu, yandex, custom
browser.customSearchEngineName

defaultSearchEngine が custom のときに使う表示名です。

Type
string
Default
""
browser.customSearchEngineURLTemplate

defaultSearchEngine が custom のときに使う検索URLです。エンコード済み検索語にはクエリ用プレースホルダーまたは %s を含めます。省略すると cmux が URL に q= を追加します。

Type
string
Default
"https://www.google.com/search?q={query}"
browser.showSearchSuggestions

Show omnibar search suggestions.

Type
boolean
Default
true
browser.theme

Embedded browser theme.

Type
string
Default
"system"
Allowed values
system, light, dark
browser.discardHiddenWebViews

Allow hidden browser tabs to release page memory and restore when shown again.

Type
boolean
Default
true
browser.hiddenWebViewDiscardDelaySeconds

Seconds a browser tab must stay hidden before cmux frees its page memory.

Type
number
Default
300
browser.openTerminalLinksInCmuxBrowser

Open clicked terminal links in the embedded browser.

Type
boolean
Default
true
browser.interceptTerminalOpenCommandInCmuxBrowser

Intercept terminal open http(s) commands and route them through the embedded browser.

Type
boolean
Default
true
browser.hostsToOpenInEmbeddedBrowser

Allowlist of hosts that should stay inside the embedded browser.

Type
array<string>
Default
[]
browser.urlsToAlwaysOpenExternally

Rules that always open matching URLs in the system browser.

Type
array<string>
Default
[]
browser.insecureHttpHostsAllowedInEmbeddedBrowser

HTTP hosts allowed in the embedded browser without a warning prompt.

Type
array<string>
Default
[
  "localhost",
  "*.localhost",
  "127.0.0.1",
  "::1",
  "0.0.0.0",
  "*.localtest.me"
]
browser.showImportHintOnBlankTabs

Show the browser import hint on blank tabs.

Type
boolean
Default
true
browser.reactGrabVersion

Pinned react-grab version for the browser toolbar helper.

Type
string
Default
"0.1.29"

#markdown

Built-in markdown viewer settings.

markdown.fontSize

新しく開く Markdown ビューアの本文フォントサイズの既定値(ポイント単位)です。Cmd-+ / Cmd-- / Cmd-0 でその場で拡大・縮小できます。

Type
integer
Default
15
markdown.fontFamily

新しく開く Markdown ビューアの本文フォントファミリーの既定値です。空のままにするとシステムの Markdown フォントスタックを使います。

Type
string
Default
""
markdown.maxWidth

新しく開く Markdown ビューアの読み取りカラム最大幅の既定値(CSS ピクセル単位)です。

Type
integer
Default
980

#fileEditor

Built-in plain-text file editor settings.

fileEditor.wordWrap

横スクロールする代わりに、エディタの右端で長い行を折り返します。

Type
boolean
Default
false

#fileExplorer

右サイドバーのファイルエクスプローラー(ファイルツリー)設定。

fileExplorer.doubleClickAction

ファイルエクスプローラーでファイルをダブルクリックした(または検索結果で Return を押した)ときの動作です。`preview` は組み込みの cmux ファイルプレビューを開きます(既定かつ従来の動作)。`defaultEditor` はそのファイル形式の macOS 既定アプリで開きます。`preferredEditor` は `app.preferredEditor` コマンドで開き、未設定の場合は既定アプリにフォールバックします。ファイルにのみ適用され、ディレクトリは常に展開・折りたたみされ、非ローカル(リモート)のファイルエクスプローラーは常に cmux プレビューを開きます。

Type
string
Default
"preview"
Allowed values
preview, defaultEditor, preferredEditor

#shortcuts

Keyboard shortcut settings from Settings > Keyboard Shortcuts.

shortcuts.showModifierHoldHints

Cmd または Control を押し続けている間、ショートカットヒントのチップを表示します。

Type
boolean
Default
true
shortcuts.when

アクションごとの任意のコンテキスト述語(VS Code スタイルの `when` 句)です。cmux のアクション ID をキーにします。各値は、コンテキストキーを !、&&、||、括弧で組み合わせた boolean 式です。boolean キー: sidebarFocus、browserFocus、markdownFocus、terminalFocus、commandPaletteVisible、terminalFindVisible。型付きキーは比較できます: 文字列 sidebarMode(files、find、sessions、feed、dock のいずれか)と整数 paneCount、workspaceCount です。比較演算子は ==、!=、=~(正規表現)、<、<=、>、>=、および `in [a, b]` です。未知または存在しないキーは false として扱われます。 boolean リテラル true および false も使えます。`key == false` は `!key` と同じです。その句が成立するときだけアクションのショートカットが発火し、他のショートカットとの競合もそのときだけ扱われます。例: { "selectWorkspaceByNumber": "!sidebarFocus" } は、右サイドバーにフォーカスがある場合を除いて Ctrl+1–9 でワークスペースを選択します。{ "selectSurfaceByNumber": "sidebarMode == 'find' && paneCount > 1" } は、ワークスペースに複数のペインがあるときに Find サイドバーへバインドを絞り込みます。

Type
object
Default
{}

#shortcuts.bindings

Use a string for a single shortcut, a two-item array for a chord, or null to unbind a shortcut in shortcuts.bindings. Unbind aliases also include empty string (""), none, clear, unbound, and disabled. Example chord: ["ctrl+b", "c"]. Numbered actions use 1 as the stored default and still match digits 1 through 9.

The defaults below are the same cmux-owned actions listed on the keyboard shortcuts page.

アプリ

openSettings

設定

Default file value
cmd+,
reloadConfiguration

構成を再読み込み

Default file value
cmd+shift+,
showHideAllWindows

すべてのcmuxウインドウを表示/非表示システム全体のホットキー

Default file value
ctrl+opt+cmd+.
globalSearch

グローバル検索システム全体のホットキー

Default file value
opt+cmd+f
commandPalette

コマンドパレット

Default file value
cmd+shift+p
commandPaletteNext

コマンドパレットの次の結果コマンドパレットを開いている間

Default file value
ctrl+n
commandPalettePrevious

コマンドパレットの前の結果コマンドパレットを開いている間

Default file value
ctrl+p
newWindow

新規ウインドウ

Default file value
cmd+shift+n
closeWindow

ウインドウを閉じる

Default file value
ctrl+cmd+w
toggleFullScreen

フルスクリーンを切り替え

Default file value
ctrl+cmd+f
sendFeedback

フィードバックを送信デフォルトでは未割り当て

Default file value
reopenPreviousSession

前回のセッションを再度開く

Default file value
cmd+shift+o
quit

cmuxを終了

Default file value
cmd+q

ワークスペース

toggleSidebar

左サイドバーを切り替え

Default file value
cmd+b
toggleFileExplorer

右サイドバーを切り替え

Default file value
cmd+opt+b
newTab

新規ワークスペース

Default file value
cmd+n
newBrowserWorkspace

新規ブラウザワークスペース新規ワークスペースと同様ですが、最初のサーフェスがブラウザペインになり、アドレスバーにフォーカスします

Default file value
opt+cmd+n
openFolder

フォルダを開く

Default file value
cmd+o
goToWorkspace

ワークスペースへ移動ワークスペーススイッチャー

Default file value
cmd+p
nextSidebarTab

次のワークスペース

Default file value
ctrl+cmd+]
prevSidebarTab

前のワークスペース

Default file value
ctrl+cmd+[
focusHistoryBack

フォーカスを戻すcmux は標準で Cmd+[ と Cmd+] をフォーカス履歴に使います。ブラウザまたはターミナル側で使うには、設定で Focus Back/Forward の割り当てを解除します。

Default file value
cmd+[
focusHistoryForward

フォーカスを進めるcmux は標準で Cmd+[ と Cmd+] をフォーカス履歴に使います。ブラウザまたはターミナル側で使うには、設定で Focus Back/Forward の割り当てを解除します。

Default file value
cmd+]
selectWorkspaceByNumber

ワークスペース1…9を選択

Default file value
cmd+1
renameWorkspace

ワークスペース名を変更

Default file value
cmd+shift+r
editWorkspaceDescription

ワークスペースの説明を編集

Default file value
opt+cmd+e
focusRightSidebar

右サイドバーのフォーカスを切り替え

Default file value
cmd+shift+e
navigateRightSidebarRows

フォーカス中のサイドバー行を移動ファイルでは H/L でフォルダを折りたたみ/展開します。検索は / で開始します。

Default file value
j / k
fileExplorerOpenSelection

選択中のファイルを開く、またはフォルダを切り替えフォーカス中のファイルエクスプローラ

Default file value
enter
fileExplorerOpenSelectionFinderAlias

選択中のファイルを開く、またはフォルダを切り替えフォーカス中のファイルエクスプローラ向けFinder風エイリアス

Default file value
cmd+down
closeWorkspace

ワークスペースを閉じる

Default file value
cmd+shift+w

サーフェス

newSurface

新規サーフェス

Default file value
cmd+t
nextSurface

次のサーフェス

Default file value
cmd+shift+]
prevSurface

前のサーフェス

Default file value
cmd+shift+[
selectSurfaceByNumber

サーフェス1…9を選択

Default file value
ctrl+1
renameTab

タブ名を変更

Default file value
cmd+r
closeTab

タブを閉じる

Default file value
cmd+w
closeOtherTabsInPane

ペイン内の他のタブを閉じる

Default file value
opt+cmd+t
reopenClosedBrowserPanel

最後に閉じた項目を再度開く

Default file value
cmd+shift+t
toggleTerminalCopyMode

ターミナルコピーモードを切り替え

Default file value
cmd+shift+m
clearScreenKeepScrollback

画面をクリア(スクロールバックを保持)

Default file value
cmd+shift+k
focusTextBoxInput

ターミナルとTextBox入力のフォーカスを切り替え

Default file value
cmd+shift+a
attachTextBoxFile

TextBox入力にファイルを添付

Default file value
opt+cmd+shift+a
sendCtrlFToTerminal

ターミナルにCtrl-Fを送信デフォルトでは未割り当て。フォーカス中のターミナルにCtrl-Fを転送(Claude Code: 2回実行で停止しないバックグラウンドエージェントを強制停止)

Default file value
saveFilePreview

ファイルプレビューを保存フォーカス中のテキストプレビュー

Default file value
cmd+s

分割ペイン

focusLeft

左のペインにフォーカス

Default file value
opt+cmd+left
focusRight

右のペインにフォーカス

Default file value
opt+cmd+right
focusUp

上のペインにフォーカス

Default file value
opt+cmd+up
focusDown

下のペインにフォーカス

Default file value
opt+cmd+down
splitRight

右に分割

Default file value
cmd+d
splitDown

下に分割

Default file value
cmd+shift+d
splitBrowserRight

右にブラウザ分割

Default file value
opt+cmd+d
splitBrowserDown

下にブラウザ分割

Default file value
opt+cmd+shift+d
toggleSplitZoom

ペインズームを切り替え

Default file value
cmd+shift+enter
equalizeSplits

分割サイズを均等にする

Default file value
ctrl+cmd+=

キャンバス

toggleCanvasLayout

キャンバスレイアウトを切り替え

Default file value
ctrl+cmd+c
canvasRevealFocusedPane

フォーカス中のペインを表示

Default file value
ctrl+cmd+r
canvasOverview

全体表示を切り替え

Default file value
ctrl+cmd+o
canvasZoomIn

拡大

Default file value
opt+cmd+=
canvasZoomOut

縮小

Default file value
opt+cmd+-
canvasZoomReset

実寸表示

Default file value
opt+cmd+0
canvasTidy

ペインをグリッドに整列

Default file value
ctrl+cmd+t

ブラウザ

openBrowser

ブラウザを開く

Default file value
cmd+shift+l
focusBrowserAddressBar

アドレスバーにフォーカス

Default file value
cmd+l
browserBack

戻る

Default file value
cmd+[
browserForward

進む

Default file value
cmd+]
browserReload

ページを再読み込みフォーカス中のブラウザ

Default file value
cmd+r
browserHardReload

ページを強制再読み込みフォーカス中のブラウザ

Default file value
cmd+shift+r
browserZoomIn

拡大

Default file value
cmd+=
browserZoomOut

縮小

Default file value
cmd+-
browserZoomReset

実寸表示

Default file value
cmd+0
markdownZoomIn

Markdownビューア: 拡大フォーカス中のMarkdownビューア

Default file value
cmd+=
markdownZoomOut

Markdownビューア: 縮小フォーカス中のMarkdownビューア

Default file value
cmd+-
markdownZoomReset

Markdownビューア: 実寸表示フォーカス中のMarkdownビューア

Default file value
cmd+0
toggleBrowserDeveloperTools

ブラウザ開発者ツールを切り替え

Default file value
opt+cmd+i
showBrowserJavaScriptConsole

ブラウザJavaScriptコンソールを表示

Default file value
opt+cmd+c
toggleBrowserFocusMode

ブラウザフォーカスモードに入るフォーカス中のWebページにショートカットの優先権を渡します。Escを2回押すと終了します。

Default file value
opt+cmd+enter
toggleReactGrab

React Grabを切り替えフォーカス中のブラウザ、またはターミナルにフォーカスがあるときは唯一のブラウザペイン

Default file value
cmd+shift+g

差分ビューア

openDiffViewer

差分ビューアを開く

Default file value
ctrl+cmd+shift+d
diffViewerScrollDown

差分を下にスクロールフォーカス中の差分ビューア

Default file value
j
diffViewerScrollUp

差分を上にスクロールフォーカス中の差分ビューア

Default file value
k
diffViewerScrollToBottom

差分の末尾へスクロールフォーカス中の差分ビューア

Default file value
shift+g
diffViewerScrollToTop

差分の先頭へスクロールフォーカス中の差分ビューア

Default file value
["g", "g"]
diffViewerOpenFileSearch

差分ファイル検索を開くフォーカス中の差分ビューア

Default file value
/

検索

find

検索

Default file value
cmd+f
findInDirectory

ディレクトリ内を検索

Default file value
cmd+shift+f
findNext

次を検索

Default file value
cmd+g
findPrevious

前を検索

Default file value
opt+cmd+g
hideFind

検索バーを隠す

Default file value
opt+cmd+shift+f
useSelectionForFind

選択範囲で検索

Default file value
cmd+e

通知

showNotifications

通知を表示

Default file value
cmd+i
jumpToUnread

最新の未読へ移動

Default file value
cmd+shift+u
toggleUnread

現在の項目の未読状態を切り替え

Default file value
opt+cmd+u
markOldestUnreadAndJumpNext

現在の項目を最古の未読にして次の最新未読へ移動

Default file value
ctrl+cmd+u
triggerFlash

フォーカス中のパネルをフラッシュ

Default file value
cmd+shift+h

#shortcuts.when

アクションごとの任意のコンテキスト述語(VS Code スタイルの when 句)で、cmux のアクション ID をキーにします。バインディングは、その句が成立するときだけ発火し、同じキーストロークの他のバインディングともそのときだけ競合します。句を省略すると、アクションの組み込みコンテキストが維持されます。句で使える語彙:

  • sidebarFocus, browserFocus, markdownFocus, terminalFocus, commandPaletteVisible, terminalFindVisibleboolean キー。未知または存在しないキーは false として扱われ、リテラル true / false も使えます。
  • sidebarMode (files, find, sessions, feed, dock), paneCount, workspaceCount比較用の型付きキー。右サイドバーのアクティブモード(文字列)と、ペイン数・ワークスペース数(整数)です。
  • !, &&, ||, (…), ==, !=, =~, <, <=, >, >=, in [a, b] boolean 演算子、型付き比較、正規表現マッチ、リスト所属。比較は && や || より強く結合します。

例えば次の設定では、右サイドバーにフォーカスがある場合を除いて Ctrl+1–9 でワークスペースを選択し(Ctrl+1–5 はサイドバーのモード切り替えに残します)、ワークスペースに複数のペインがあるときはサーフェス選択を Find サイドバーに限定します。

"shortcuts": {
  "bindings": { "selectWorkspaceByNumber": "ctrl+1" },
  "when": {
    "selectWorkspaceByNumber": "!sidebarFocus",
    "selectSurfaceByNumber": "sidebarMode == 'find' && paneCount > 1"
  }
}