feat(tui): integrate composer picker
This commit is contained in:
parent
fa73546a86
commit
c65a7d50c1
3 changed files with 57 additions and 41 deletions
|
|
@ -99,7 +99,7 @@ export const Definitions = {
|
|||
session_toggle_timestamps: keybind("none", "Toggle message timestamps"),
|
||||
session_toggle_generic_tool_output: keybind("none", "Toggle generic tool output"),
|
||||
session_queued_prompts: keybind("<leader>q", "Manage queued prompts"),
|
||||
session_child_first: keybind("<leader>down", "Go to first child session"),
|
||||
session_child_first: keybind("<leader>down", "Toggle subagent picker"),
|
||||
session_child_cycle: keybind("right", "Go to next child session"),
|
||||
session_child_cycle_reverse: keybind("left", "Go to previous child session"),
|
||||
session_parent: keybind("up", "Go to parent session"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue