lazygit: lazygit freeze after press twice L to scroll right in commits window
Describe the bug
lazygit ui freeze after I press twice L
to scroll right in commits window.
To Reproduce Steps to reproduce the behavior:
- Clone a git repo to reproduce:
git clone https://github.com/jesseduffield/lazygit.git
- Open lazygit in cloned repo:
cd lazygit && lazygit
- Switch to Commits window
- Press twice
L
Expected behavior lazygit works as usual.
Screenshots If applicable, add screenshots to help explain your problem.
Version info:
Run lazygit --version
and paste the result here
commit=, build date=, build source=homebrew, version=0.36.0, os=darwin, arch=amd64, git version=2.37.1 (Apple Git-137.1)
Run git --version
and paste the result here
git version 2.37.1 (Apple Git-137.1)
Additional context Add any other context about the problem here.
Note: please try updating to the latest version or manually building the latest master
to see if the issue still occurs.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 6
- Comments: 16 (1 by maintainers)
Fixed in v0.37.0.
Please try this branch: https://github.com/jesseduffield/lazygit/pull/2276
Yes.
Until then, build from source.
After remove
~/.gitconfig
and lazygit config, still have this problem.