psliwka / vim-smoothie

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

Add ^D ^U ^F ^B to the jump list (optionally) #14

Closed voyeg3r closed 4 years ago

voyeg3r commented 4 years ago

It would be great to add ^D ^U ^F ^B to the jump list or at least allow to, like: let g:smoothie_add_jumplist = 1

psliwka commented 4 years ago

Sorry, I'm reluctant to add this since native Vim scrolling commands don't alter the jumplist. I encourage you to implement this via custom mappings instead.