From e945436b6f71afa4860e68558de17c6fba88a1f7 Mon Sep 17 00:00:00 2001 From: Ariane Emory <97994360+ariane-emory@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:46:04 -0400 Subject: feat(tui): allow variant_list keybind for the "Switch model variant" command (#21185) Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> --- packages/web/src/content/docs/nb/keybinds.mdx | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/web/src/content/docs/nb') diff --git a/packages/web/src/content/docs/nb/keybinds.mdx b/packages/web/src/content/docs/nb/keybinds.mdx index f9837480d..623f7aa24 100644 --- a/packages/web/src/content/docs/nb/keybinds.mdx +++ b/packages/web/src/content/docs/nb/keybinds.mdx @@ -53,6 +53,7 @@ OpenCode har en liste over tastebindinger som du kan tilpasse gjennom `tui.json` "model_cycle_favorite": "none", "model_cycle_favorite_reverse": "none", "variant_cycle": "ctrl+t", + "variant_list": "none", "command_list": "ctrl+p", "agent_list": "a", "agent_cycle": "tab", -- cgit v1.2.3