type src.elv.sh/pkg/edit.cursor

5 uses

	src.elv.sh/pkg/edit (current package)
		hist_store.go#L38: 	return cursor{&s.m, histutil.NewDedupCursor(s.hs.Cursor(prefix))}
		hist_store.go#L49: type cursor struct {
		hist_store.go#L54: func (c cursor) Prev() {
		hist_store.go#L60: func (c cursor) Next() {
		hist_store.go#L66: func (c cursor) Get() (store.Cmd, error) {