docs: add session_child_first keybinding to documentation (#16631)

This commit is contained in:
Ariane Emory 2026-03-08 22:03:52 -04:00 committed by GitHub
parent b976f339e8
commit 656a8d8f55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ OpenCode has a list of keybinds that you can customize through `tui.json`.
"session_unshare": "none",
"session_interrupt": "escape",
"session_compact": "<leader>c",
"session_child_first": "<leader>down",
"session_child_cycle": "<leader>right",
"session_child_cycle_reverse": "<leader>left",
"session_parent": "<leader>up",