fix(tui): call work panel activity
This commit is contained in:
parent
56c0658e6f
commit
43a0166303
6 changed files with 15 additions and 15 deletions
|
|
@ -86,7 +86,7 @@ test("resolves a session move keybind", () => {
|
|||
expect(config.keybinds.get("session.move")).toMatchObject([{ key: "ctrl+o" }])
|
||||
})
|
||||
|
||||
test("opens the subagent picker with down", () => {
|
||||
test("opens activity with down", () => {
|
||||
const config = resolve({}, { terminalSuspend: true })
|
||||
|
||||
expect(config.keybinds.get("session.child.first")).toMatchObject([{ key: "down,<leader>down" }])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue