you don't need these keymaps but they can be helpful for generating the help menu for you
| 15 | // you don't need these keymaps but they can be helpful for generating the help |
| 16 | // menu for you |
| 17 | type KeyMap struct { |
| 18 | Up key.Binding |
| 19 | Down key.Binding |
| 20 | } |
| 21 | |
| 22 | var DefaultKeyMap = KeyMap{ |
| 23 | Up: key.NewBinding( |
nothing calls this directly
no outgoing calls
no test coverage detected