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:
- Buffer list — a one-line strip of open buffers, shown when toggled on;
- Main content — the current page, with an optional sidebar on the left;
- Bottom panel — the status line, and beneath it the command line or the find-file palette.
The surfaces and their chapters:
- Sidebar
- Status line
- Command line
- Find-file palette
- Buffer list
- Data menu
- Keybinding menu
- Dialogs
- Picker
Form pages can additionally be split into panes, covered in Navigation, buffers, and panes.