nvim-telescope / telescope-frecency.nvim

A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
MIT License
688 stars 35 forks source link

Hide active buffer from list #175

Closed TylerBarnes closed 4 months ago

TylerBarnes commented 4 months ago

Is it possible to hide the buffer the cursor was on just before the telescope picker was opened? This would make it easier to rapidly switch between highly frecent buffers. I looked through the options but didn't see anything that might be used to achieve this. I think there isn't a case where I would want to open the frecency picker and go back to the file I was already on before I opened it.

delphinus commented 4 months ago

Nice idea. I will add hide_current_buffer option.

delphinus commented 4 months ago

I added the option. Check it.