nvim-lua / wishlist

A public catalogue of Lua plugins Neovim users would like to see exist
MIT License
235 stars 0 forks source link

Adaptive n #42

Open premell opened 2 years ago

premell commented 2 years ago

What? Have n/N navigate either the quickfixlist or the searches, depending on which you used last. (Make suggestions of other things n/N can navigate!)

Why? Basically both quickfix list and search are really powerful, but they are rarely used, so it feels bad to have separate dedicated keys for their navigation. Since they are rarely I think we can combine their navigation keys to n without much problem

Potential existing implementations: I havent found any

*Potential pitfalls:*

matu3ba commented 2 years ago

I would propose something different: Have an overview like ls is for all buffers, which shows all available quickfixlists and be able to navigate them.

By the same reason that :bn has no mapping, the quickfixlist has no default mapping. I think the reason why there is no mapping like :b``is because:q,:c,:f` were all used for something else even though the quickfixlist is arguably more used (except for :q).