stevearc/qf_helper.nvim

Feature request: Add position indicator output to cmdline

Closed this issue · 3 comments

Hi,

with using :cnext, :cprevious, :lnext & :lprevious you get an indicator showing the position in list and the current line's content.
image
Unfortunately the native cycling doesn't loop around at the end/beginning of the list.

With this plugin there is no such output, when cycling with :QFPrev, :QFNext, :LLPrev, :LLNext.
Any chance you would consider implementing a similar indicator?

Yeah, I think that's a pretty good nice-to-have feature. Interestingly, I do not see that indicator nor do I think I ever have. Do you have any idea if it's behind a config option?

I tried the following:

Started nvim 5.1 with nvim -u NONE and populated the qf list with :vim/<some_string>/ **/*.
After that I'm still able to see the indicator, when executing cnext & cprevious.
The same thing works in vim.So I think it should be a default built-in.

Ahhhh it only shows up if the quickfix window is closed. Got it, thanks!