summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index 18962376e..f87567ac0 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -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 {