m4xshen / hardtime.nvim

Establish good command workflow and quit bad habit
MIT License
1.35k stars 27 forks source link

Neoscroll compatability #86

Closed olivertzeng closed 4 months ago

olivertzeng commented 4 months ago

Describe the bug when scrolling with NeoScroll it says

The <Up/Down> key is disabled!

Config options opts = {},

To Reproduce Steps to reproduce the behavior:

  1. Install neoscroll
  2. Start scrolling

Expected behavior scroll

m4xshen commented 4 months ago

Hi, could you please explain which scrolling method is blocked? I just tried <C-u>, <C-d>, <C-b>, <C-f>, <C-y>, <C-e>, zt, zz, zb and they work fine with neoscroll.nvim.

olivertzeng commented 4 months ago

Hi, could you please explain which scrolling method is blocked? I just tried <C-u>, <C-d>, <C-b>, <C-f>, <C-y>, <C-e>, zt, zz, zb and they work fine with neoscroll.nvim.

scrolling with the mouse or with the trackpad/touchpad

m4xshen commented 4 months ago

hardtime.nvim disables mouse by default. You can enable it with this option:

disable_mouse = false,
olivertzeng commented 4 months ago

hardtime.nvim disables mouse by default. You can enable it with this option:

disable_mouse = false,

thanks bro