Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type KeyMap ¶
type KeyMap struct { help.Model Up key.Binding Down key.Binding Left key.Binding Right key.Binding Help key.Binding Quit key.Binding }
KeyMap defines a set of keybindings. To work for help it must satisfy key.Map. It could also very easily be a map[string]key.Binding.
func (KeyMap) FullHelp ¶
FullHelp returns keybindings for the expanded help view. It's part of the key.Map interface.
Click to show internal directories.
Click to hide internal directories.