pane_select_font

On this page
  1. pane_select_font

pane_select_font#

Configures the font to use for pane selection mode. The pane_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 wakterm.font or wakterm.font_with_fallback to specify the font.

To specify pane_select_font:

config.pane_select_font = wakterm.font 'Roboto'
Edit this page