fix(tui): move agent cycling to shift-tab (#37706)

Co-authored-by: Simon Klee <hello@simonklee.dk>
This commit is contained in:
opencode-agent[bot] 2026-07-19 21:45:03 +02:00 committed by GitHub
commit 86a468c4d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View file

@ -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"),