Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PromptKeys = []key.Binding{ key.NewBinding( key.WithKeys("up", "k", "ctrl+p"), key.WithHelp("↑/k", "move up"), ), key.NewBinding( key.WithKeys("down", "j", "ctrl+n"), key.WithHelp("↓/j", "move down"), ), key.NewBinding( key.WithKeys("space", "enter"), key.WithHelp("space/enter", "select"), ), key.NewBinding( key.WithKeys("ctrl+c"), key.WithHelp("ctrl+c", "cancel"), ), }
Functions ¶
func RunBubbleTea ¶ added in v0.0.40
func RunBubbleTea(model BubbleTeaModelWithExitHandling) error
Types ¶
type BubbleTeaModelWithExitHandling ¶ added in v0.0.40
Click to show internal directories.
Click to hide internal directories.