this post was submitted on 12 Apr 2024
288 points (89.6% liked)
Programmer Humor
32380 readers
1402 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
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.
Don't you have to set the harpoon marks manually? And actually now that I say that isn't it just a tui on marks?