src.elv.sh/pkg/cli/histutil.Cursor.Prev (method)

11 uses

	src.elv.sh/pkg/cli/histutil (current package)
		dedup_cursor.go#L23: 		c.c.Prev()
		hybrid_store.go#L53: 		c.shared.Prev()
		hybrid_store.go#L56: 	c.session.Prev()
		hybrid_store.go#L59: 		c.shared.Prev()
		store.go#L26: 	Prev()

	src.elv.sh/pkg/cli/mode
		histwalk.go#L68: 	cursor.Prev()
		histwalk.go#L79: 	return w.walk(histutil.Cursor.Prev, histutil.Cursor.Next)
		histwalk.go#L83: 	return w.walk(histutil.Cursor.Next, histutil.Cursor.Prev)
		lastcmd.go#L43: 	c.Prev()

	src.elv.sh/pkg/edit
		hist_store.go#L57: 	c.c.Prev()
		store_api.go#L50: 	c.Prev()