diff options
| author | Adam <[email protected]> | 2026-02-11 18:51:27 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-11 18:51:50 -0600 |
| commit | aea68c386a4f64cf718c3eeee9dffec8409ee6b0 (patch) | |
| tree | bdf06cb3372c6c48c97c43b41e53e514888a52b3 /packages/web/src/content/docs/de/tui.mdx | |
| parent | 8eea53a41e92257d1a4ad6653d0d2930465bf34a (diff) | |
| download | opencode-aea68c386a4f64cf718c3eeee9dffec8409ee6b0.tar.gz opencode-aea68c386a4f64cf718c3eeee9dffec8409ee6b0.zip | |
fix(docs): locale translations for nav elements and headings
Diffstat (limited to 'packages/web/src/content/docs/de/tui.mdx')
| -rw-r--r-- | packages/web/src/content/docs/de/tui.mdx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/web/src/content/docs/de/tui.mdx b/packages/web/src/content/docs/de/tui.mdx index 7f3c69a50..ebd16fa76 100644 --- a/packages/web/src/content/docs/de/tui.mdx +++ b/packages/web/src/content/docs/de/tui.mdx @@ -44,7 +44,7 @@ Der Dateiinhalt wird automatisch zur Unterhaltung hinzugefuegt. --- -## Bash commands +## Bash-Befehle Beginne eine Nachricht mit `!`, um einen Shell-Befehl auszufuehren. @@ -56,7 +56,7 @@ Die Ausgabe landet als Tool-Ergebnis in der Unterhaltung. --- -## Commands +## Befehle In der OpenCode-TUI kannst du `/` plus Befehlsnamen eingeben, um Aktionen schnell auszufuehren. Zum Beispiel: @@ -288,7 +288,7 @@ Unshare current session. [Learn more](/docs/share#un-sharing). --- -## Editor setup +## Editor-Einrichtung Both the `/editor` and `/export` commands use the editor specified in your `EDITOR` environment variable. @@ -356,7 +356,7 @@ Some editors need command-line arguments to run in blocking mode. The `--wait` f --- -## Configure +## Konfiguration You can customize TUI behavior through your OpenCode config file. @@ -372,20 +372,20 @@ You can customize TUI behavior through your OpenCode config file. } ``` -### Options +### Optionen - `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 `3`. **Note: This is ignored if `scroll_acceleration.enabled` is set to `true`.** --- -## Customization +## Anpassung 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 +#### Benutzername-Anzeige Toggle whether your username appears in chat messages. Access this through: |
