docs: fix scroll_speed default value (#7867)
This commit is contained in:
parent
8b9a85b7e7
commit
65724b693b
2 changed files with 2 additions and 2 deletions
|
|
@ -168,7 +168,7 @@ You can configure TUI-specific settings through the `tui` option.
|
|||
Available options:
|
||||
|
||||
- `scroll_acceleration.enabled` - Enable macOS-style scroll acceleration. **Takes precedence over `scroll_speed`.**
|
||||
- `scroll_speed` - Custom scroll speed multiplier (default: `1`, minimum: `1`). Ignored if `scroll_acceleration.enabled` is `true`.
|
||||
- `scroll_speed` - Custom scroll speed multiplier (default: `3`, minimum: `1`). Ignored if `scroll_acceleration.enabled` is `true`.
|
||||
- `diff_style` - Control diff rendering. `"auto"` adapts to terminal width, `"stacked"` always shows single column.
|
||||
|
||||
[Learn more about using the TUI here](/docs/tui).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue