Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamency authored and wez committed Oct 30, 2023
1 parent 84782e9 commit bc99181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config/lua/config/min_scroll_bar_height.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The value can be a number to specify the number of pixels, or a string with a un
* `"1cell"` - the `cell` suffix indicates the height of the terminal cell, which in turn depends on the font size, font scaling and dpi.
* `"1%"` - the `%` suffix indicates the size of the terminal portion of the display, which is computed based on the number of rows and the size of the cell.

You may use a fractional number such as `"0.5cell"` or numbers large than one such as `"72pt"`.
You may use a fractional number such as `"0.5cell"` or numbers larger than one such as `"72pt"`.
2 changes: 1 addition & 1 deletion docs/config/lua/config/window_padding.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ a string value with a unit suffix:
* `"1cell"` - the `cell` suffix indicates the size of the terminal cell, which in turn depends on the font size, font scaling and dpi. When used for width, the width of the cell is used. When used for height, the height of the cell is used.
* `"1%"` - the `%` suffix indicates the size of the terminal portion of the display, which is computed based on the number of rows/columns and the size of the cell. While it is possible to specify percentage, there are some resize scenarios where the percentage value may not be 100% stable/deterministic, as the size of the padding is used to compute the number of rows/columns.

You may use a fractional number such as `"0.5cell"` or numbers large than one such as `"72pt"`.
You may use a fractional number such as `"0.5cell"` or numbers larger than one such as `"72pt"`.

The default padding is shown below. In earlier releases, the default padding was 0 for each of the possible edges.

Expand Down

0 comments on commit bc99181

Please sign in to comment.