You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/config.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ wsh editconfig
107
107
| 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. |
108
108
| telemetry:enabled | bool | set to enable/disable telemetry |
109
109
110
-
For reference, this is the current default configuration (v0.11.5):
110
+
For reference, this is the current default configuration (v0.14.0):
111
111
112
112
```json
113
113
{
@@ -117,6 +117,9 @@ For reference, this is the current default configuration (v0.11.5):
117
117
"ai:timeoutms": 60000,
118
118
"app:defaultnewblock": "term",
119
119
"app:confirmquit": true,
120
+
"app:hideaibutton": false,
121
+
"app:disablectrlshiftarrows": false,
122
+
"app:disablectrlshiftdisplay": false,
120
123
"autoupdate:enabled": true,
121
124
"autoupdate:installonquit": true,
122
125
"autoupdate:intervalms": 3600000,
@@ -131,14 +134,15 @@ For reference, this is the current default configuration (v0.11.5):
0 commit comments