1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-28 09:08:41 +02:00

🔥 remove erroneous user_config fields

This commit is contained in:
Davyd McColl 2021-06-14 10:46:55 +02:00 committed by Jesse Duffield
parent ae2496cf80
commit 3dc3174d85

View File

@ -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 {