mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 12:46:07 +00:00
docs: Document buffer_line_height
(#14168)
`buffer_line_height` has been requested in #5590 and implemented in #2718, however the documentation was still lacking. Release Notes: - N/A
This commit is contained in:
parent
fd03454540
commit
c195c4ddff
1 changed files with 10 additions and 0 deletions
|
@ -152,6 +152,16 @@ You can also set other OpenType features, like setting `cv01` to `7`:
|
||||||
|
|
||||||
`integer` values between `100` and `900`
|
`integer` values between `100` and `900`
|
||||||
|
|
||||||
|
## Buffer Line Height
|
||||||
|
|
||||||
|
- Description: The default line height for text in the editor.
|
||||||
|
- Setting: `buffer_line_height`
|
||||||
|
- Default: `"comfortable"`
|
||||||
|
|
||||||
|
**Options**
|
||||||
|
|
||||||
|
`"standard"`, `"comfortable"` or `{"custom": float}` (`1` is very compact, `2` very loose)
|
||||||
|
|
||||||
## Confirm Quit
|
## Confirm Quit
|
||||||
|
|
||||||
- Description: Whether or not to prompt the user to confirm before closing the application.
|
- Description: Whether or not to prompt the user to confirm before closing the application.
|
||||||
|
|
Loading…
Reference in a new issue