harpoon icon indicating copy to clipboard operation
harpoon copied to clipboard

Retain mark line number after closing / reopening Nvim.

Open hfytr opened this issue 11 months ago • 2 comments

What issue are you having that you need harpoon to solve? When I open a project in a new terminal, I want to be able to quickly jump back in without finding where I am in marked files again. This is a relatively small issue, but it would be quite nice.

Why doesn't the current config help? There is simply no option to save mark line numbers when closing nvim afaik.

What proposed api changes are you suggesting? I am suggesting persisting mark line numbers in projects.

hfytr avatar Feb 26 '24 22:02 hfytr

something like the following would be nice src/idk/something.go:123

neil-ptr avatar Apr 02 '24 17:04 neil-ptr

This would be great, and is more in line with how normal Neovim marks work

bkolligs avatar Apr 19 '24 00:04 bkolligs