Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by abeldekat Jan 19, 2026

Hello @kikidotdirectory,

Yes, this is possible and demonstrated in this example. You have already mentioned iterate_paths. That function also accepts an index as n_times

local jump_directly = function(i)
  MiniVisits.iterate_paths("first", nil, { filter = "your label", n_times = i })
end

In mini.visits, the order of the visits is not fixed by default though. The order changes with recency-frequency. Sometime ago I configured visits to work more closely like harpoon, see this discussion.

Nowadays, I use the defaults, but with a per-project visits file. The mappings for first, last, backward and forward are good enough for my use-case.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@echasnovski
Comment options

@kikidotdirectory
Comment options

@kikidotdirectory
Comment options

Answer verified by Admin Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.visits
3 participants