Browse Source

docs: add session_child_cycle and session_child_cycle_reverse keybinds (#3807)

Pranshu Raj 3 tháng trước cách đây
mục cha
commit
47b2fb79dc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      packages/web/src/content/docs/keybinds.mdx

+ 2 - 0
packages/web/src/content/docs/keybinds.mdx

@@ -23,6 +23,8 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf
     "session_unshare": "none",
     "session_interrupt": "escape",
     "session_compact": "<leader>c",
+    "session_child_cycle": "ctrl+right",
+    "session_child_cycle_reverse": "ctrl+left",
     "messages_page_up": "pageup",
     "messages_page_down": "pagedown",
     "messages_half_page_up": "ctrl+alt+u",