neoscroll.G is not moving cursor to the last line
gnituy18 opened this issue · 1 comments
gnituy18 commented
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 ?
karb94 commented
G
and gg
support is not ready yet. It's quite tricky and there are still some decisions to make.