diff --git a/packages/web/src/content/docs/keybinds.mdx b/packages/web/src/content/docs/keybinds.mdx index 79464642fd4..d7ac002d45c 100644 --- a/packages/web/src/content/docs/keybinds.mdx +++ b/packages/web/src/content/docs/keybinds.mdx @@ -14,12 +14,16 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf "editor_open": "e", "theme_list": "t", "sidebar_toggle": "b", + "scrollbar_toggle": "none", "username_toggle": "none", "status_view": "s", + "tool_details": "none", "session_export": "x", "session_new": "n", "session_list": "l", "session_timeline": "g", + "session_fork": "none", + "session_rename": "none", "session_share": "none", "session_unshare": "none", "session_interrupt": "escape", @@ -43,6 +47,8 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf "model_list": "m", "model_cycle_recent": "f2", "model_cycle_recent_reverse": "shift+f2", + "model_cycle_favorite": "none", + "model_cycle_favorite_reverse": "none", "variant_cycle": "ctrl+t", "command_list": "ctrl+p", "agent_list": "a", @@ -87,7 +93,9 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf "input_delete_word_backward": "ctrl+w,ctrl+backspace,alt+backspace", "history_previous": "up", "history_next": "down", - "terminal_suspend": "ctrl+z" + "terminal_suspend": "ctrl+z", + "terminal_title_toggle": "none", + "tips_toggle": "h" } } ```