fix(tui): move agent cycling to shift-tab (#37706)
Co-authored-by: Simon Klee <hello@simonklee.dk>
This commit is contained in:
parent
f05d2ab551
commit
86a468c4d8
2 changed files with 9 additions and 2 deletions
|
|
@ -123,8 +123,8 @@ export const Definitions = {
|
|||
mcp_list: keybind("none", "List MCP servers"),
|
||||
provider_connect: keybind("none", "Connect integration"),
|
||||
agent_list: keybind("<leader>a", "List agents"),
|
||||
agent_cycle: keybind("tab", "Next agent"),
|
||||
agent_cycle_reverse: keybind("shift+tab", "Previous agent"),
|
||||
agent_cycle: keybind("shift+tab", "Next agent"),
|
||||
agent_cycle_reverse: keybind("none", "Previous agent"),
|
||||
variant_cycle: keybind("ctrl+t", "Cycle model variants"),
|
||||
variant_list: keybind("none", "List model variants"),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue