@@ -1412,7 +1412,7 @@
// "line_height": {
// "custom": 2
// },
- "line_height": "comfortable",
+ "line_height": "standard",
// Activate the python virtual environment, if one is found, in the
// terminal's working directory (as resolved by the working_directory
// setting). Set this to "off" to disable this behavior.
@@ -3791,11 +3791,11 @@ See Buffer Font Features
- Description: Set the terminal's line height.
- Setting: `line_height`
-- Default: `comfortable`
+- Default: `standard`
**Options**
-1. Use a line height that's `comfortable` for reading, 1.618. (default)
+1. Use a line height that's `comfortable` for reading, 1.618.
```json
{
@@ -3805,7 +3805,7 @@ See Buffer Font Features
}
```
-2. Use a `standard` line height, 1.3. This option is useful for TUIs, particularly if they use box characters
+2. Use a `standard` line height, 1.3. This option is useful for TUIs, particularly if they use box characters. (default)
```json
{
@@ -58,7 +58,7 @@ If you would like to use distinct themes for light mode/dark mode that can be se
"font_family": "",
"font_size": 15,
// Terminal line height: comfortable (1.618), standard(1.3) or `{ "custom": 2 }`
- "line_height": "comfortable",
+ "line_height": "standard",
},
// Agent Panel Font Settings