this post was submitted on 12 Apr 2024
223 points (88.3% liked)

Programmer Humor

38576 readers
344 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] flashgnash@lemm.ee 1 points 2 years ago (1 children)

I've been loving telescope and fzf with nvim, but never really got harpoon.

Isn't it basically just a recents list? I find it easier normally to just type the first couple letters of the file name with fuzzy find

[โ€“] pixxelkick@lemmy.world 1 points 2 years ago

Harpoon is pretty much just tabs, but, without the actual visual ui of tabs, from my experience.

You pin a specific buffer, and can jump back to it, but unlike normal markers it persists between sessions and has a couple other nuances to it.

It pretty much works like tabs do though.