andrewferrier / wrapping.nvim

Plugin to make it easier to switch between 'soft' and 'hard' line wrapping in NeoVim
MIT License
127 stars 4 forks source link

Newbie question: how to make line at bottom don't show at once? #41

Closed xzbdmw closed 8 months ago

xzbdmw commented 9 months ago

https://github.com/andrewferrier/wrapping.nvim/assets/97848247/0defa083-5992-45a9-83f5-b7dac4021dce

like this video, even though I bind j to gj, I surely can jump by virtual line, but once my cursor is at bottom and reach my scolloff setting, a whole soft wrapped line come in display, which make my cursor jump here and there, is there a way to accomplish this that I can jump one virtual line at bottom?

andrewferrier commented 8 months ago

I'm not aware of a way to do this in NeoVim without a change to NeoVim itself, sorry.