Feature description
Currently setting the following keybinds
pscrollup = "<C-u>",
pscrolldown = "<C-d>",
Prevents the user from scrolling within the quickfix window, even if the Preview is not currently visible. I would like to use <c-u> and <c-d> default behavior while Preview is not showing.
Describe the solution you'd like
While Preview is not shown, use default <c-u> and <c-d> behavior.
Additional context
No response