mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
docs: add TUI configuration options and examples (#2212)
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Jay <air@live.ca>
This commit is contained in:
parent
7ecdc1b5d8
commit
f321661b4c
2 changed files with 36 additions and 0 deletions
|
|
@ -204,6 +204,23 @@ opencode will automatically download any new updates when it starts up. You can
|
|||
|
||||
---
|
||||
|
||||
### TUI
|
||||
|
||||
You can configure TUI-specific settings through the `tui` option.
|
||||
|
||||
```json title="opencode.json"
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"tui": {
|
||||
"scroll_speed": 3
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
[Learn more about using the TUI here](/docs/tui).
|
||||
|
||||
---
|
||||
|
||||
### Formatters
|
||||
|
||||
You can configure code formatters through the `formatter` option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue