mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
🔥 remove erroneous user_config fields
This commit is contained in:
parent
ae2496cf80
commit
3dc3174d85
|
|
@ -166,8 +166,6 @@ type KeybindingUniversalConfig struct {
|
|||
AppendNewline string `yaml:"appendNewline"`
|
||||
ExtrasMenu string `yaml:"extrasMenu"`
|
||||
ToggleWhitespaceInDiffView string `yaml:"toggleWhitespaceInDiffView"`
|
||||
IgnoringWhitespaceInDiffView string `yaml:"ignoringWhitespaceInDiffView"`
|
||||
ShowingWhitespaceInDiffView string `yaml:"showingWhitespaceInDiffView"`
|
||||
}
|
||||
|
||||
type KeybindingStatusConfig struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue