jesseduffield / lazygit

simple terminal UI for git commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User's Custom Keybinding Should Always Take Precedence

uvb1 opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
Yes, v0.41.0 overrode some of my custom keybindings causing what had been working for months to suddenly fail.

Describe the solution you'd like
A user's existing custom keybindings should always take precedence over new default keybindings introduced.

An easy win would at least be to have the Keybindings section of the README point users to the default config's keybindings so users can identify what new is causing the breakage / conflict.

Additional context
See Bug 3461 caused by commit 8ca78412 which could have been avoided by such an enhancement. Introducing potential breakages such as this should be accompanied with documentation in the README or release notes to enable a user to identify the conflict and find a work around.