Skip to content

Commit

Permalink
Update cmd/generate/config/spec.go
Browse files Browse the repository at this point in the history
Co-authored-by: John McBride <[email protected]>
  • Loading branch information
zeucapua and jpmcb authored Sep 18, 2024
1 parent ee64273 commit 92b855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/generate/config/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (k keymap) ShortHelp() []key.Binding {
key.NewBinding(key.WithKeys("ctrl+n"), key.WithHelp("ctrl+n", "next suggestion")),
key.NewBinding(key.WithKeys("ctrl+p"), key.WithHelp("ctrl+p", "prev suggestion")),
key.NewBinding(key.WithKeys("ctrl+i"), key.WithHelp("ctrl+i", "ignore email")),
key.NewBinding(key.WithKeys("ctrl+s"), key.WithHelp("ctrl+i", "skip the rest")),
key.NewBinding(key.WithKeys("ctrl+s"), key.WithHelp("ctrl+s", "skip the rest")),
key.NewBinding(key.WithKeys("esc"), key.WithHelp("esc", "quit")),
key.NewBinding(key.WithKeys("enter"), key.WithHelp("enter", "submit")),
}
Expand Down

0 comments on commit 92b855a

Please sign in to comment.