Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeyMap ¶
type KeyMap struct { // Keybindings used when browsing the list. CursorUp key.Binding CursorDown key.Binding Yes key.Binding No key.Binding Apply key.Binding Next key.Binding // The quit keybinding. This won't be caught when filtering. Quit key.Binding }
KeyMap defines keybindings. It satisfies to the help.KeyMap interface, which is used to render the menu menu.
Click to show internal directories.
Click to hide internal directories.