mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-03 00:57:52 +02:00
🔥 remove erroneous user_config fields
This commit is contained in:
committed by
Jesse Duffield
parent
ae2496cf80
commit
3dc3174d85
@ -166,8 +166,6 @@ type KeybindingUniversalConfig struct {
|
|||||||
AppendNewline string `yaml:"appendNewline"`
|
AppendNewline string `yaml:"appendNewline"`
|
||||||
ExtrasMenu string `yaml:"extrasMenu"`
|
ExtrasMenu string `yaml:"extrasMenu"`
|
||||||
ToggleWhitespaceInDiffView string `yaml:"toggleWhitespaceInDiffView"`
|
ToggleWhitespaceInDiffView string `yaml:"toggleWhitespaceInDiffView"`
|
||||||
IgnoringWhitespaceInDiffView string `yaml:"ignoringWhitespaceInDiffView"`
|
|
||||||
ShowingWhitespaceInDiffView string `yaml:"showingWhitespaceInDiffView"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type KeybindingStatusConfig struct {
|
type KeybindingStatusConfig struct {
|
||||||
|
Reference in New Issue
Block a user