Skip to content

Settings

Click the gear icon (⚙) in the header to open the settings sidebar.

Available Settings

SettingDescriptionDefault
Always on TopKeep the window above other windowsOn
OpacityAdjust window transparency (50%–100%)100%
Font SizeAdjust the UI font size (10–20px)13px
ThemeSwitch between Dark and LightDark
Choice KeyModifier for quick choice shortcuts (Ctrl or Cmd)Ctrl
Send KeyKey combination to send input (Cmd+Enter or Enter)Cmd+Enter
Vim ModeEnable Escape+i sequence before sending input (for vim-mode CLI)Off
Preview KeyKey for pane content preview (Ctrl+<key>)P
Detail KeyKey for session detail popup (Ctrl+<key>)D
Git KeyKey for git operations popup (Ctrl+<key>)G
Diff KeyKey for git diff viewer (Ctrl+<key>)F
Shell KeyKey for shell mode toggle (Ctrl+<key>)B
Stop KeyKey to send interrupt to pane (Ctrl+<key>)S
Compact KeyKey to toggle compact mode (Ctrl+<key>)M
Focus KeyGlobal shortcut to focus unitmux (Cmd+Shift+<key>)H

Send Key

Choose between two send behaviors:

  • Cmd+Enter (default) — Enter inserts a newline, Cmd+Enter sends. Good for multi-line input.
  • EnterEnter sends immediately, Cmd+Enter inserts a newline. Faster for short commands.

Vim Mode

When enabled, unitmux sends Escape followed by i before delivering your input. This ensures the AI CLI is in insert mode if you are using vim-style key bindings in your terminal.

Changing Key Bindings

Click the current key binding button (e.g., Ctrl+P) to enter key capture mode. Press any letter key to set the new binding. Press Escape to cancel.

All settings are saved automatically and survive app restarts.

Released under the MIT License.