docs: add session_child_cycle and session_child_cycle_reverse keybinds (#3807)

This commit is contained in:
Pranshu Raj 2025-11-03 19:50:35 +05:30 committed by GitHub
parent 6deaf54bb3
commit 47b2fb79dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",