summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src
diff options
context:
space:
mode:
authorshuv <[email protected]>2025-11-25 22:41:41 -0800
committerGitHub <[email protected]>2025-11-26 00:41:41 -0600
commit335f46122b57c633bbabd4be10ff08688a6876d0 (patch)
treeb091ffd7b47c16a051e74fbb684f1bfd7979272a /packages/web/src
parent73eae191e9de23905337ce507a4dd152880c4e5a (diff)
downloadopencode-335f46122b57c633bbabd4be10ff08688a6876d0.tar.gz
opencode-335f46122b57c633bbabd4be10ff08688a6876d0.zip
Add favorites to model selector (#23) (#4343)
Co-authored-by: Github Action <[email protected]>
Diffstat (limited to 'packages/web/src')
-rw-r--r--packages/web/src/content/docs/keybinds.mdx2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/keybinds.mdx b/packages/web/src/content/docs/keybinds.mdx
index afcff3a0e..989745c31 100644
--- a/packages/web/src/content/docs/keybinds.mdx
+++ b/packages/web/src/content/docs/keybinds.mdx
@@ -38,6 +38,8 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf
"model_list": "<leader>m",
"model_cycle_recent": "f2",
"model_cycle_recent_reverse": "shift+f2",
+ "model_cycle_favorite": "none",
+ "model_cycle_favorite_reverse": "none",
"command_list": "ctrl+p",
"agent_list": "<leader>a",
"agent_cycle": "tab",