Skip to content

Details Panel

The Details Panel is a right-side panel that gives you context about the focused pane without leaving the terminal — its working directory, what's running, git status, an outline of the content, and a file tree. It always reflects the focused pane, updating as you switch panes or tabs.

Opening it

  • Press ⌘⇧R, or use View → Toggle Details Panel.
  • Hover the window title and click the Toggle Details Panel button in the title bar.

The panel docks on the right, mirroring the tabs panel on the left.

The panel has four tabs, each bound to the focused pane. Switch between them by clicking, or jump straight to one with the Details: Info / Outline / Git / Files commands (bindable under Keybindings; unbound by default).

Info

The pane's working directory, the running process list, any listening ports, and quick open-in actions.

Info tab

Outline

A structural map of the pane. A terminal or agent pane lists its command marks and agent prompts; a file pane shows a table of contents (Markdown / HTML), the changed-file list (a diff), top-level keys (JSON / YAML / TOML), or transcript prompts (.jsonl).

Outline tab

Git

A summary of the pane's git repo with a toolbar, the list of changed files with hover actions, and an inline diff viewer.

Git tab

You can config default Git client from Settings → Controls → Open With.

Files

A file tree rooted at the focused pane's working directory — a quick browser without opening a folder pane.

Files tab

See also

Otty