nvim-bqf icon indicating copy to clipboard operation
nvim-bqf copied to clipboard

Set pscrollup and pscrolldown keybinds only when preview is active

Open jemag opened this issue 1 year ago • 3 comments

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

jemag avatar Nov 20 '22 20:11 jemag

Need a lot of work to imp this feature. Low priority for this feature.

kevinhwang91 avatar Nov 20 '22 23:11 kevinhwang91

Is it possible to unbind these? I've recently started using this, and having c-f and c-b control the preview that keeps surprising me 😅

technicalpickles avatar Nov 30 '22 21:11 technicalpickles

Is it possible to unbind these? I've recently started using this, and having c-f and c-b control the preview that keeps surprising me sweat_smile

Assign them to ''.

kevinhwang91 avatar Dec 01 '22 02:12 kevinhwang91