theme |
active bundled, installed, or virtual theme ID. A missing installed ID falls back visually without erasing the stored value. |
layout.scrollback_bytes |
approximate memory budget per pane’s retained history; defaults to 10485760 (10 MiB). The legacy layout.scrollback line count is read for compatibility. (See Scrollback.) |
layout.mobile_width |
inclusive viewport width for automatic mobile presentation; defaults to 64, and 0 disables it. The legacy layout.compact_width key is accepted and migrated. (See Mobile Sessions.) |
layout.show_titles |
show the title on each pane border |
layout.resume_in_new_workspace |
resume a session into its own workspace instead of a new tab |
layout.file_open |
which viewer opens a file: readonly (default) or an editor command such as vim (see Browsing & Opening Files) |
layout.file_click |
what a plain click in the FILES dock does: preview (default) reuses one read-only preview pane, tab opens a whole tab through layout.file_open. Only tab can launch an editor. |
layout.workspace_paths |
show the cwd line beneath WORKSPACES rows; defaults to true and can be toggled from any workspace row menu |
layout.agent_paths |
show the workspace/path detail line beneath AGENTS rows; defaults to true and can be toggled from any agent row menu |
layout.diff_layout |
default native DIFF layout: auto, split, or stack |
layout.diff_wrap |
wrap long rows in an explicitly selected Stack layout; Split and Auto always wrap at every responsive width |
layout.diff_context_lines |
unchanged Git context lines per hunk, from 0 to 20 |
layout.diff_show_line_numbers |
show old and new source line gutters |
layout.diff_marker_style |
changed-line indicator: symbols (default), bars, or both |
layout.diff_color_mode |
changed-line palette: theme (default) follows the active theme, while standard uses fixed red and green review colors |
layout.diff_live_refresh |
refresh visible diff views when the shared FILES status scan changes |
notifications.sound_style |
notification cue family: retro (default), soft, or pulse |
notifications.sound_on_done |
play the selected done cue after an agent finishes; defaults to false |
notifications.sound_on_blocked |
play the selected blocked cue when an agent needs attention; defaults to false |
agents_active_only |
show only live agents in the AGENTS dock when true; defaults to false, which also shows resumable sessions |
agents_this_workspace |
scope live agents and resumable sessions to the active workspace; defaults to false and is independent of agents_active_only. Toggle it with prefix A or the dynamic workspace-scope action in any AGENTS row’s right-click menu. |
sidebars.files_side |
last side used by the FILES dock (left or right), retained while the dock is hidden |
prefix |
the command-mode prefix (default ctrl+space). Accepts f1–f12 as safe single keys, or a character/Space chord containing Ctrl or Alt, such as ctrl+b, alt+\, or shift+f12 (see Keybindings) |
keybindings |
command id → key, overriding the defaults |
direct_keybindings |
opt-in command id → modified semantic chord handled without the prefix. It is empty by default; configured chords are intercepted instead of reaching the focused pane (see Keybindings). |
bars.top_right / bars.bottom_right / bars.off |
canonical widget ids (module:id) in each Luvus Bar placement. core:runtime-status defaults to Bottom. Live content and notifications are never persisted. |