Versions in this module Expand all Collapse all v0 v0.8.0 Dec 6, 2025 v0.7.2 Dec 4, 2025 Changes in this version type Keymap + func (k *Keymap) HasAction(name string) bool v0.7.1 Nov 26, 2025 Changes in this version + func Save(writer io.Writer, km Keymap, opt SaveOptions) error + type Action struct + Bindings []keybinding.Keybinding + Name string + type Keymap struct + Actions []Action + func Load(reader io.Reader, _ LoadOptions) (Keymap, error) + type LoadOptions struct + type SaveOptions struct + Platform platform.Platform