diff options
| author | Aiden Cline <[email protected]> | 2025-12-30 23:17:50 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-31 01:17:50 -0600 |
| commit | 5c9d6196207f8364a643df71b7dff88309602b18 (patch) | |
| tree | 57cd6e228e371288bffc6e1a94a58ccfb87e46b3 /packages/web/src/content/docs/keybinds.mdx | |
| parent | dfb9caa2a9d6f5d04e62e6ec744830ce3735a425 (diff) | |
| download | opencode-5c9d6196207f8364a643df71b7dff88309602b18.tar.gz opencode-5c9d6196207f8364a643df71b7dff88309602b18.zip | |
docs: add variants docs (#6516)
Co-authored-by: David Hill <[email protected]>
Diffstat (limited to 'packages/web/src/content/docs/keybinds.mdx')
| -rw-r--r-- | packages/web/src/content/docs/keybinds.mdx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/keybinds.mdx b/packages/web/src/content/docs/keybinds.mdx index 04d03d0d8..79464642f 100644 --- a/packages/web/src/content/docs/keybinds.mdx +++ b/packages/web/src/content/docs/keybinds.mdx @@ -43,6 +43,7 @@ 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", + "variant_cycle": "ctrl+t", "command_list": "ctrl+p", "agent_list": "<leader>a", "agent_cycle": "tab", |
