You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was aware of the new breaking change of keybinding, lazygit first refused to launch saying the <c-R> is invalid so I changed it <c-s-r> and it did enter.
$ lazygit
2026/06/12 21:03:38 The config at `/home/sharpchen/.config/lazygit/config.yml` has a validation error.
Unrecognized key '<c-R>' for keybinding 'Commits.ResetCherryPick[0]'. For permitted values see https://github.com/jesseduffield/lazygit/blob/master/docs/keybindings/Custom_Keybindings.md
And then I found it still show the same error on amend, this error still persist even after I comment out the keybind in my config.
Describe the bug
I was aware of the new breaking change of keybinding, lazygit first refused to launch saying the
<c-R>is invalid so I changed it<c-s-r>and it did enter.And then I found it still show the same error on amend, this error still persist even after I comment out the keybind in my config.
To Reproduce
Steps to reproduce the behavior:
It will create a fixup commit
Expected behavior
No error, amend as expected
Screenshots
Version info:
Terminal info:
Wezterm 20260117-154428-05343b38
Additional context
Add any other context about the problem here.
Note
Please try updating to the latest version or manually building the latest
masterto see if the issue still occurs.