harpoon icon indicating copy to clipboard operation
harpoon copied to clipboard

Results 124 harpoon issues
Sort by recently updated
recently updated
newest added

Highlight groups and popup window has been reworked. we are going to drop the plenary deps and just use the nvim_open_win function. This also means that i need to expose...

I don't use terminals but i would love to see a terminal attempt. it would require some interesting changes where selecting through a list with an empty slot should create...

1. when i checked one item to delete, all of the items is deleted 2. when i checked nothing, the error reported as below, and nothing is deleted ![image](https://github.com/ThePrimeagen/harpoon/assets/68508116/23d26a1c-0eb9-4e00-9ec9-ad8dcdaa02d6) 3....

**What issue are you having that you need harpoon to solve?** **context**: working in a monorepo, different set of files based on what ticket / project / branch i'm working...

please add tabline like in the eariler version

This change clears out the in-memory harpoon data and re-read it from the disk whenever a `DirChanged` event is triggered. This makes sure the in memory data always reflects the...

**What issue are you having that you need harpoon to solve?** currently I use tabs instead of buffers. for me tabs and buffers are one to one mapping. but when...

The docs show how to access the N mark. ``` vim.keymap.set("n", "", function() harpoon:list():select(1) end) vim.keymap.set("n", "", function() harpoon:list():select(2) end) vim.keymap.set("n", "", function() harpoon:list():select(3) end) vim.keymap.set("n", "", function() harpoon:list():select(4) end)...

**WARNING** If this is about Harpoon1, the issue will be closed. All support and everything of harpoon1 will be frozen on `master` until 4/20 or 6/9 and then harpoon2 will...

In my opinion wrap around should probably be default behavior. If I have 2 or 3 buffers, I don't want to have to remember which is which index and whether...