Skip to content

Commit c0e328c

Browse files
committed
make config.mdx match v0.14 config
1 parent cde5405 commit c0e328c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/docs/config.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ wsh editconfig
107107
| window:dimensions | string | set the default dimensions for new windows using the format "WIDTHxHEIGHT" (e.g. "1920x1080"). when a new window is created, these dimensions will be automatically applied. The width and height values should be specified in pixels. |
108108
| telemetry:enabled | bool | set to enable/disable telemetry |
109109

110-
For reference, this is the current default configuration (v0.11.5):
110+
For reference, this is the current default configuration (v0.14.0):
111111

112112
```json
113113
{
@@ -117,6 +117,9 @@ For reference, this is the current default configuration (v0.11.5):
117117
"ai:timeoutms": 60000,
118118
"app:defaultnewblock": "term",
119119
"app:confirmquit": true,
120+
"app:hideaibutton": false,
121+
"app:disablectrlshiftarrows": false,
122+
"app:disablectrlshiftdisplay": false,
120123
"autoupdate:enabled": true,
121124
"autoupdate:installonquit": true,
122125
"autoupdate:intervalms": 3600000,
@@ -131,14 +134,15 @@ For reference, this is the current default configuration (v0.11.5):
131134
"window:magnifiedblockopacity": 0.6,
132135
"window:magnifiedblocksize": 0.9,
133136
"window:magnifiedblockblurprimarypx": 10,
137+
"window:fullscreenonlaunch": false,
134138
"window:magnifiedblockblursecondarypx": 2,
135139
"window:confirmclose": true,
136140
"window:savelastwindow": true,
137141
"telemetry:enabled": true,
138142
"term:bellsound": false,
139143
"term:bellindicator": false,
140144
"term:copyonselect": true,
141-
"term:durable": true,
145+
"term:durable": false,
142146
"waveai:showcloudmodes": true,
143147
"waveai:defaultmode": "waveai@balanced"
144148
}

0 commit comments

Comments
 (0)