nvim-telescope / telescope.nvim

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

Select file directly without having to go up/down #3355

Closed borea17 closed 2 days ago

borea17 commented 1 week ago

Problem I am often in a situation where I already know what file I want to open based on the given selection. Then, I have to go down several times to open it.

Solution It would be nice to have some shortcuts available to directly select a file of the current selection, something similar to dashboard-nvim, see image below: image

borea17 commented 2 days ago

I found that nvim flash actually resolves this issue