chxuan / vimplus

:rocket:An automatic configuration program for vim
https://github.com/chxuan/vimplus
MIT License
3.89k stars 1.13k forks source link

E117: Unknown function: smooth_scroll#up #340

Open HikariS97 opened 3 years ago

HikariS97 commented 3 years ago

安装完后 ctrl+f 和 ctrl+b 不能翻页

Huangxt57 commented 3 years ago

请问解决了吗?

butu777 commented 3 years ago

i have same issue

wangchengpei commented 2 years ago

i have same issue

chestnutqiang commented 2 years ago

image

~/.vimrc 里面 最下面

注释

338 " vim-smooth-scroll 339 "noremap :call smooth_scroll#up(&scroll, 0, 2) 340 "noremap :call smooth_scroll#down(&scroll, 0, 2) 341 "noremap :call smooth_scroll#up(&scroll2, 0, 4) 342 "noremap :call smooth_scroll#down(&scroll2, 0, 4)