psliwka / vim-smoothie

Smooth scrolling for Vim done right🥤
MIT License
988 stars 27 forks source link

Scrolling doesn't work for control + f / control +b #32

Closed AndreKucharzyk closed 2 years ago

AndreKucharzyk commented 2 years ago

Hi Piotr,

smooth scrolling works correctly for control + u / control + d, but for control + f / control +b there is no smoothness ◔‿◔

NVIM v0.5.1 Terminal 2.11

ethan-enhe commented 2 years ago

Hi Piotr,

smooth scrolling works correctly for control + u / control + d, but for control + f / control +b there is no smoothness ◔‿◔

NVIM v0.5.1 Terminal 2.11

Did you use any plugins which remapped C-f(like coc.nvim)? I solve it by removing a part in my cofiguration which remap C-f and C-b for scroll float windows/popups.

psliwka commented 2 years ago

As @ethan-enhe, it's most likely a conflict with other plugin. Marking as closed.