command_palette_line_height = 1.0¶
Since: Nightly Builds Only
The functionality described in this section requires a nightly build of wezterm. You can obtain a nightly build by following the instructions from the Download section.
Scales the computed line height used by
ActivateCommandPalette.
The default is 1.0, which uses the font-specified metrics.
If the command palette feels too vertically cramped then you can set
command_palette_line_height = 1.2 to increase the vertical spacing by 20%.
Conversely, setting command_palette_line_height = 0.9 will decrease the
vertical spacing by 10%.
See also line_height, which only applies to terminal cells.