modes-and-commands.md +1 −12
41 41
42Put this in `~/.grok/config.toml`, not project-scoped `.grok/config.toml`.42Put this in `~/.grok/config.toml`, not project-scoped `.grok/config.toml`.
43 43
4444## CLI settingsFor the full set of `config.toml` options, see [Settings](/build/settings).
45
46Settings live in `~/.grok/config.toml` (on Windows, `%USERPROFILE%\.grok\config.toml`). Specify only the values you want to override; everything else falls back to built-in defaults. Settings can also be changed from the TUI Settings modal.
47
48```text
49[ui]
50scroll_speed = 50 # mouse-wheel / trackpad scroll speed, 1-100 (higher = faster)
51vim_mode = false # vim-style scrollback navigation keys
52
53[session]
54auto_compact_threshold_percent = 85 # auto-compact at this % of context window
55```
56 45
57## Core TUI commands46## Core TUI commands
58 47