summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorDavyd McColl <davydm@gmail.com>2021-06-07 10:08:38 +0200
committerJesse Duffield <jessedduffield@gmail.com>2021-07-01 17:13:14 +1000
commit16dcc8f4db29c0557fbdf81bd8e85eb7e86916b0 (patch)
treebec0b61e4716e6f905299628d0acfcad36761a41 /pkg/config
parenteb10ddfccc7623df769c839c95c475588f566bb2 (diff)
:sparkles: implement feedback when toggling whitespace
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index f87567ac0..18962376e 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -166,6 +166,8 @@ 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 {