Back to Wezterm

`char_select_font`

docs/config/lua/config/char_select_font.md

latest557 B
Original Source

char_select_font

{{since('nightly')}}

Configures the font to use for character selection. The char_select_font setting can specify a set of fallbacks and other options, and is described in more detail in the Fonts section.

If not specified, the font is same as the font in window_frame.font

You will typically use wezterm.font or wezterm.font_with_fallback to specify the font.

To specify char_select_font:

lua
config.char_select_font = wezterm.font 'Roboto'