Versions in this module Expand all Collapse all v1 v1.1.0 Jun 25, 2024 Changes in this version + type KeyMap interface + FullHelp func() [][]key.Binding + ShortHelp func() []key.Binding + type Model struct + Ellipsis string + FullSeparator string + ShortSeparator string + ShowAll bool + Styles Styles + Width int + func New() Model + func (m Model) FullHelpView(groups [][]key.Binding) string + func (m Model) ShortHelpView(bindings []key.Binding) string + func (m Model) Update(_ tea.Msg) (Model, tea.Cmd) + func (m Model) View(k KeyMap) string + type Styles struct + Ellipsis lipgloss.Style + FullDesc lipgloss.Style + FullKey lipgloss.Style + FullSeparator lipgloss.Style + ShortDesc lipgloss.Style + ShortKey lipgloss.Style + ShortSeparator lipgloss.Style v1.0.0 Jun 24, 2024