summaryrefslogtreecommitdiffstats
path: root/schema/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/config.json')
-rw-r--r--schema/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema/config.json b/schema/config.json
index 3e8bc7c80..556ce4607 100644
--- a/schema/config.json
+++ b/schema/config.json
@@ -341,7 +341,8 @@
"half",
"full"
],
- "description": "Default size for focused window. Window size can be changed from within Lazygit with '+' and '_' (but this won't change the default).\nOne of: 'normal' (default) | 'half' | 'full'"
+ "description": "Default size for focused window. Window size can be changed from within Lazygit with '+' and '_' (but this won't change the default).\nOne of: 'normal' (default) | 'half' | 'full'",
+ "default": "normal"
},
"border": {
"type": "string",