src.elv.sh/pkg/cli/mode.LocationSpec.Store (field)

6 uses

	src.elv.sh/pkg/cli/mode (current package)
		location.go#L29: 	Store LocationStore
		location.go#L56: 	if cfg.Store == nil {
		location.go#L73: 	wd, err := cfg.Store.Getwd()
		location.go#L80: 	storedDirs, err := cfg.Store.Dirs(blacklist)
		location.go#L106: 				err := cfg.Store.Chdir(path)

	src.elv.sh/pkg/edit
		listing.go#L116: 				Bindings: bindings, Store: dirStore{ev, st},