Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/web/src/content/docs/tui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,16 @@ The TUI can request attention for questions, permissions, session errors, and co

You can customize various aspects of the TUI view using the command palette (`ctrl+p`). These settings persist across restarts.

#### Session scrollbar

The full TUI manages its own scroll area, so your terminal's native scrollbar may not reflect the session history. To show OpenCode's session scrollbar, open the command palette, search for "Toggle session scrollbar", and select it. The setting persists across TUI sessions.

To use your terminal's native scrollback instead, start the minimal interactive interface.

```bash
opencode --mini
```

---

#### Username display
Expand Down
Loading