diff options
| author | Ariane Emory <[email protected]> | 2026-04-07 15:46:04 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-07 14:46:04 -0500 |
| commit | e945436b6f71afa4860e68558de17c6fba88a1f7 (patch) | |
| tree | 71e48f8c4deb562cf31a2674cae02f8d19ab15b5 /packages/web/src/content/docs/da/keybinds.mdx | |
| parent | 6bfa82de65a96f2587c73c5a9efd41a471fa1674 (diff) | |
| download | opencode-e945436b6f71afa4860e68558de17c6fba88a1f7.tar.gz opencode-e945436b6f71afa4860e68558de17c6fba88a1f7.zip | |
feat(tui): allow variant_list keybind for the "Switch model variant" command (#21185)
Co-authored-by: Aiden Cline <[email protected]>
Diffstat (limited to 'packages/web/src/content/docs/da/keybinds.mdx')
| -rw-r--r-- | packages/web/src/content/docs/da/keybinds.mdx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/da/keybinds.mdx b/packages/web/src/content/docs/da/keybinds.mdx index 237c36f77..7b2f2a7f3 100644 --- a/packages/web/src/content/docs/da/keybinds.mdx +++ b/packages/web/src/content/docs/da/keybinds.mdx @@ -53,6 +53,7 @@ OpenCode har en liste over nøglebindinger, som du kan tilpasse gennem `tui.json "model_cycle_favorite": "none", "model_cycle_favorite_reverse": "none", "variant_cycle": "ctrl+t", + "variant_list": "none", "command_list": "ctrl+p", "agent_list": "<leader>a", "agent_cycle": "tab", |
