nvim-tree-preview.lua icon indicating copy to clipboard operation
nvim-tree-preview.lua copied to clipboard

How to enable scroll with mouse when hovering preview ?

Open soolidtech opened this issue 10 months ago • 0 comments

Hi ! Thank you for this nice plugin !

In your example, i see that you show following mappings :

    vim.keymap.set('n', '<C-f>', function() return preview.scroll(4) end, opts 'Scroll Down')
    vim.keymap.set('n', '<C-b>', function() return preview.scroll(-4) end, opts 'Scroll Up')

is it technically possible to achieve the same with my mouse ? Like, for example, Telescope grep preview.

Thanks for your help, Regards

soolidtech avatar Mar 04 '25 02:03 soolidtech