Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EntryPoint ¶
Types ¶
type Binding ¶
type Binding struct {
Key string `json:"key"`
Action string `json:"action"`
ActionDisplay string `json:"action_display"`
Definition string `json:"definition"`
Help string `json:"help"`
LongHelp string `json:"long_help"`
Category string
Mode string
IsMouse bool
}
JSON data structures matching Python collect_keys_data output
type CachedSettings ¶
type CachedSettings struct {
ShowUnmapped bool `json:"show_unmapped"`
}
CachedSettings holds persistent UI settings stored in command-palette.json.
type DisplayItem ¶
type DisplayItem struct {
// contains filtered or unexported fields
}
DisplayItem wraps a binding with its per-column search texts for FZF scoring
Click to show internal directories.
Click to hide internal directories.