MCPcopy Create free account
hub / github.com/catppuccin/cli / KeyMap

Struct KeyMap

internal/ui/repoInput.go:17–20  ·  view source on GitHub ↗

you don't need these keymaps but they can be helpful for generating the help menu for you

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected