fix(tui): retain leader subagent shortcut

This commit is contained in:
Dax Raad
2026-07-10 21:01:55 -04:00
parent 6ce62bd84a
commit ed6c117184
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ test("resolves a session move keybind", () => {
test("opens the subagent picker with down", () => {
const config = resolve({}, { terminalSuspend: true })
expect(config.keybinds.get("session.child.first")).toMatchObject([{ key: "down" }])
expect(config.keybinds.get("session.child.first")).toMatchObject([{ key: "down,<leader>down" }])
})
test("disables suspend and assigns ctrl+z to undo when unsupported", () => {