src.elv.sh/pkg/cli/mode.HistwalkSpec.Prefix (field)

5 uses

	src.elv.sh/pkg/cli/mode (current package)
		histwalk.go#L29: 	Prefix string
		histwalk.go#L67: 	cursor := cfg.Store.Cursor(cfg.Prefix)
		histwalk.go#L111: 			From: len(w.Prefix), To: len(s.Buffer.Content),
		histwalk.go#L112: 			Content: cmd.Text[len(w.Prefix):],

	src.elv.sh/pkg/edit
		histwalk.go#L70: 		Bindings: bindings, Store: hs, Prefix: buf.Content[:buf.Dot]})