Skip to main content

Module command_palette

Module command_palette 

Source
Expand description

The command palette (spec §6: -prefixed telescope scope): a fuzzy list of every leader-tree command. Selecting one executes its LeaderAction — the palette is a labelled door onto the same actions the leader sequences fire, never a second implementation.

Structs§

CommandEntry
One palette row: a leader leaf with its full key sequence.
CommandPaletteModal
The palette modal — same engine as the note browser, command rows.

Functions§

command_entries
Flatten a leader tree into palette entries — the single keymap source.