diff options
| author | Jaga Santagostino <[email protected]> | 2025-12-02 22:11:03 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-02 15:11:03 -0600 |
| commit | f17e1def32c36c7eb89d1a1e810c0de4ed71c424 (patch) | |
| tree | d47993d3af2ba988e0056e19152722132baf3e27 /packages/web/src | |
| parent | 3183e8b7d432aea37f7723bbfd6e7258bbf2f219 (diff) | |
| download | opencode-f17e1def32c36c7eb89d1a1e810c0de4ed71c424.tar.gz opencode-f17e1def32c36c7eb89d1a1e810c0de4ed71c424.zip | |
toggle to hide username in TUI (#4750)
Co-authored-by: Aiden Cline <[email protected]>
Diffstat (limited to 'packages/web/src')
| -rw-r--r-- | packages/web/src/content/docs/keybinds.mdx | 1 | ||||
| -rw-r--r-- | packages/web/src/content/docs/tui.mdx | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/keybinds.mdx b/packages/web/src/content/docs/keybinds.mdx index afcff3a0e..80a74c159 100644 --- a/packages/web/src/content/docs/keybinds.mdx +++ b/packages/web/src/content/docs/keybinds.mdx @@ -14,6 +14,7 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf "editor_open": "<leader>e", "theme_list": "<leader>t", "sidebar_toggle": "<leader>b", + "username_toggle": "none", "status_view": "<leader>s", "session_export": "<leader>x", "session_new": "<leader>n", diff --git a/packages/web/src/content/docs/tui.mdx b/packages/web/src/content/docs/tui.mdx index a580a4ce8..2543df639 100644 --- a/packages/web/src/content/docs/tui.mdx +++ b/packages/web/src/content/docs/tui.mdx @@ -348,3 +348,16 @@ You can customize TUI behavior through your OpenCode config file. - `scroll_acceleration` - Enable macOS-style scroll acceleration for smooth, natural scrolling. When enabled, scroll speed increases with rapid scrolling gestures and stays precise for slower movements. **This setting takes precedence over `scroll_speed` and overrides it when enabled.** - `scroll_speed` - Controls how fast the TUI scrolls when using scroll commands (minimum: `1`). Defaults to `1` on Unix and `3` on Windows. **Note: This is ignored if `scroll_acceleration.enabled` is set to `true`.** + +--- + +## View customization + +You can customize various aspects of the TUI view using the command palette (`ctrl+x h` or `/help`). These settings persist across restarts. + +### Username display + +Toggle whether your username appears in chat messages. Access this through: + +- Command palette: Search for "username" or "hide username" +- The setting persists automatically and will be remembered across TUI sessions |
