From 79a4e35a741028b7940740f950e1a996d9d03a5c Mon Sep 17 00:00:00 2001 From: adamdotdevin <2363879+adamdottv@users.noreply.github.com> Date: Fri, 15 Aug 2025 06:45:20 -0500 Subject: fix: keybind docs out of sync --- packages/web/src/content/docs/docs/keybinds.mdx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'packages/web/src/content/docs') diff --git a/packages/web/src/content/docs/docs/keybinds.mdx b/packages/web/src/content/docs/docs/keybinds.mdx index 6bb573bce..e311936f8 100644 --- a/packages/web/src/content/docs/docs/keybinds.mdx +++ b/packages/web/src/content/docs/docs/keybinds.mdx @@ -12,18 +12,24 @@ opencode has a list of keybinds that you can customize through the opencode conf "leader": "ctrl+x", "app_help": "h", "switch_agent": "tab", + "switch_agent_reverse": "shift+tab", "editor_open": "e", "session_new": "n", "session_list": "l", "session_share": "s", - "session_unshare": "u", + "session_unshare": "none", + "session_export": "x", "session_interrupt": "esc", "session_compact": "c", "tool_details": "d", + "thinking_blocks": "b", "model_list": "m", + "agent_list": "a", + "model_cycle_recent": "f2", + "model_cycle_recent_reverse": "shift+f2", "theme_list": "t", "project_init": "i", @@ -39,6 +45,8 @@ opencode has a list of keybinds that you can customize through the opencode conf "messages_first": "ctrl+g", "messages_last": "ctrl+alt+g", "messages_copy": "y", + "messages_undo": "u", + "messages_redo": "r", "app_exit": "ctrl+c,q" } @@ -65,7 +73,7 @@ You can disable a keybind by adding the key to your config with a value of "none { "$schema": "https://opencode.ai/config.json", "keybinds": { - "session_compact": "none", + "session_compact": "none" } } ``` -- cgit v1.2.3