mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-08 18:34:59 +01:00
config validation
This commit is contained in:
@@ -57,8 +57,8 @@ var returnKey = key.NewBinding(
|
||||
)
|
||||
|
||||
var logsKeyReturnKey = key.NewBinding(
|
||||
key.WithKeys("backspace"),
|
||||
key.WithHelp("backspace", "go back"),
|
||||
key.WithKeys("backspace", "q"),
|
||||
key.WithHelp("backspace/q", "go back"),
|
||||
)
|
||||
|
||||
type appModel struct {
|
||||
|
||||
Reference in New Issue
Block a user