mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
feat: Allow the function to hide or show thinking blocks to be bound to a key (resolves #12168) (#12171)
This commit is contained in:
parent
31e2feb347
commit
4387f9fb9a
4 changed files with 8 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf
|
|||
"history_next": "down",
|
||||
"terminal_suspend": "ctrl+z",
|
||||
"terminal_title_toggle": "none",
|
||||
"tips_toggle": "<leader>h"
|
||||
"tips_toggle": "<leader>h",
|
||||
"display_thinking": "none"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue