lazygit refuses to start with “The config has a validation error” after editing keybnds #4812
-
I keep getting val errors about my settings, it looks like this rn:
I'm getting "Unrecognized key 'ctrl+enter' for keybinding 'files.commitChanges' ..." as my error. pls fix |
Beta Was this translation helpful? Give feedback.
Answered by
sawyershoemaker
Aug 10, 2025
Replies: 1 comment 1 reply
-
@5mx5, you've got an invalid key token. lazygit only accepts single chars or specific tokens like
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
5mx5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@5mx5, you've got an invalid key token. lazygit only accepts single chars or specific tokens like
<enter>
(alias<c-m>
)Alternatively, you can disable it with
<disabled>
.