psliwka / vim-smoothie

Smooth scrolling for Vim done rightšŸ„¤
MIT License
988 stars 27 forks source link

Recent update broke the support for Smoothie_gg and Smoothie_G #43

Closed MasterMedo closed 2 years ago

MasterMedo commented 2 years ago

I had this in my vimrc:

      silent! map <unique> gg <Plug>(Smoothie_gg)
      silent! map <unique> G  <Plug>(Smoothie_G)

those don't work anymore. I haven't checked what I should update to, but wanted to give a heads up about breaking a previously working functionality.

MasterMedo commented 2 years ago

This is how one fixes it now:

      Plug 'psliwka/vim-smoothie' " smooth scrolling
      let g:smoothie_enabled = 1
      let g:smoothie_experimental_mappings = 1