Describe the bug
Pressing . to go to the next page skips multiple items instead of moving one page forward.
To Reproduce
- Open LazyGit repo.
- Focus commit view and press
_
- Press
. twice to go forward a page.
- Notice several items are skipped.
Expected behavior
. should move down one page, not skip extra entries.
Screenshots
press .:
press .:
these items are skipped:
Version info
commit=v0.56.0, build date=2025-11-01T16:13:09Z, build source=binaryRelease, version=0.56.0, os=linux, arch=amd64, git version=2.51.2
Additional context
Also, the cursor behavior is a bit strange.
If it’s like Vim-style scrolling, I expect the cursor to stay on the first line.
If it’s like fzf-style scrolling, I expect the cursor to stay on the last line after the second page turn.
Describe the bug
Pressing
.to go to the next page skips multiple items instead of moving one page forward.To Reproduce
_.twice to go forward a page.Expected behavior
.should move down one page, not skip extra entries.Screenshots
press
.:press
.:these items are skipped:
Version info
Additional context
Also, the cursor behavior is a bit strange.
If it’s like Vim-style scrolling, I expect the cursor to stay on the first line.
If it’s like fzf-style scrolling, I expect the cursor to stay on the last line after the second page turn.