harpoon icon indicating copy to clipboard operation
harpoon copied to clipboard

Prevent Harpoon Jumplist from Being Added to Jumplist

Open nickcoffey opened this issue 1 year ago • 0 comments

This is a small fix for #506 to prevent non-normal buffers like NvimTree, terminal, & the harpoon jumplist from being accidentally appended or prepended to the jumplist. If vim.bo.buftype is equal to "" then that signifies that the buffer is a normal buffer.

nickcoffey avatar Feb 13 '24 02:02 nickcoffey