Skip to content

Interface overview

The client renders a single terminal screen split vertically into an optional buffer list, the main content area, and a bottom panel. Overlays draw on top of that base layout. Each surface below has its own chapter.

From top to bottom the base layout is:

  1. Buffer list — a one-line strip of open buffers, shown when toggled on;
  2. Main content — the current page, with an optional sidebar on the left;
  3. Bottom panel — the status line, and beneath it the command line or the find-file palette.

The surfaces and their chapters:

Form pages can additionally be split into panes, covered in Navigation, buffers, and panes.