Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultKeyMap = KeyMap{ Refresh: key.NewBinding( key.WithKeys("r", "R"), key.WithHelp("r/R", "refresh"), ), Select: key.NewBinding( key.WithKeys("enter"), key.WithHelp("enter", "select"), ), SwitchFocus: key.NewBinding( key.WithKeys("tab"), key.WithHelp("tab", "switch focus"), ), }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.