Closed WilliamHsieh closed 1 year ago
I need the same thing. I generally open large data files in vim. To quickly inspect I just keep Ctrl-F pressed, which is basically many Ctrl-F together. Now with cinnamon, the scrolling happens slowly, which is fine but until all the Ctrl-Fs are done, I am locked out of vim. So a toggle would be very helpful for me
Hi! I added a config option to disable the function. This can be used to toggle the plugin:
lua require('cinnamon.config').disabled = not require('cinnamon.config').disabled
Hopefully this works for you both :)
Is there a setting / function to toggle the smooth scrolling? I would like to toggle the smooth scrolling on my need. Thank's!