linrongbin16/fzfx.nvim

Center search result once selected

savchenko opened this issue · 2 comments

Small, but handy feature. When user selects a line from the Grep menu, execute zz on file.

Currently it moves cursor to the correct line, however it's not centred on the screen which makes it hard(er) to quickly find the cursor position.

hi @savchenko thanks for suggestion, it seems a good feature.


update: @savchenko , this feature is added in #514 , please pull latest main branch and have a try.

Works great, thank you!