karb94/neoscroll.nvim

neoscroll.G is not moving cursor to the last line

gnituy18 opened this issue · 1 comments

Hitting G only scrolling the file to the end but the cursor still remains at the same position.

2022-05-28.10.40.56.mov

Perhaps it should be

neoscroll.scroll(lines+win_lines_below_cursor, true, corrected_time, easing, { G = true })

in line 395 ?

G and gg support is not ready yet. It's quite tricky and there are still some decisions to make.