Closed gnituy18 closed 2 years ago
Hitting G only scrolling the file to the end but the cursor still remains at the same position.
G
https://user-images.githubusercontent.com/7200393/170806635-daa64ea0-c0e0-4e53-95ba-968917aadf5b.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.
gg
Hitting
G
only scrolling the file to the end but the cursor still remains at the same position.https://user-images.githubusercontent.com/7200393/170806635-daa64ea0-c0e0-4e53-95ba-968917aadf5b.mov
Perhaps it should be
in line 395 ?