feat(tui): more ways to quit
This commit is contained in:
parent
93c779cf48
commit
f7dd48e60d
4 changed files with 8 additions and 10 deletions
|
|
@ -336,7 +336,7 @@ func LoadFromConfig(config *opencode.Config) CommandRegistry {
|
|||
Name: AppExitCommand,
|
||||
Description: "exit the app",
|
||||
Keybindings: parseBindings("ctrl+c", "<leader>q"),
|
||||
Trigger: []string{"exit", "quit"},
|
||||
Trigger: []string{"exit", "quit", "q"},
|
||||
},
|
||||
}
|
||||
registry := make(CommandRegistry)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue