nvim-telescope / telescope.nvim

Find, Filter, Preview, Pick. All lua, all the time.
MIT License
15.95k stars 838 forks source link

Replicate BufExplorer's features #655

Open heldergg opened 3 years ago

heldergg commented 3 years ago

BufExplorer is an excellent plugin to navigate buffers. It has some very useful features such as showing only buffers for the current tab, deleting buffers (addressed on #621), etc. I think Telescope would profit from having these features.

BufExplorer's help screen:

kkharji commented 3 years ago

Well these are some useful mappings to have in normal for buffer picker, feel free to open a PR to recreate some of those.