Minga.Mode.SearchPromptState (Minga v0.1.0)

Copy Markdown View Source

FSM state for the search prompt mode (project-wide search).

Tracks the accumulated query input. Used by SPC s p / SPC / to collect a search query before running project search.

Summary

Types

t()

@type t() :: %Minga.Mode.SearchPromptState{
  count: non_neg_integer() | nil,
  input: String.t()
}