fix(tui): don't include /mode trigger

This commit is contained in:
adamdotdevin
2025-07-11 06:01:51 -05:00
parent cac163bf6e
commit 31e475e604
@@ -157,7 +157,6 @@ func LoadFromConfig(config *opencode.Config) CommandRegistry {
Name: SwitchModeCommand,
Description: "switch mode",
Keybindings: parseBindings("tab"),
Trigger: []string{"mode"},
},
{
Name: EditorOpenCommand,