package
0.10.7
Repository: https://github.com/abdfnx/bubbles.git
Documentation: pkg.go.dev

# Functions

Matches checks if the given KeyMsg matches the given bindings.
NewBinding returns a new keybinding from a set of BindingOpt options.
WithDisabled initializes a disabled keybinding.
WithHelp initializes a keybinding with the given help text.
WithKeys initializes a keybinding with the given keystrokes.

# Structs

Binding describes a set of keybindings and, optionally, their associated help text.
Help is help information for a given keybinding.

# Type aliases

BindingOpt is an initialization option for a keybinding.