gleamtea/help
A bubble: a help view that renders gleamtea/keybind bindings.
Types
Values
pub fn full(
help: Help,
groups: List(List(keybind.Binding)),
) -> String
Expanded help from groups (columns) of bindings, one line per binding.
pub fn short(
help: Help,
bindings: List(keybind.Binding),
) -> String
Compact one-line help from a flat list of bindings.