Back to Wezterm

Lua Reference

docs/config/lua/general.md

latest511 B
Original Source

Lua Reference

WezTerm provides Lua 5.4 as a configuration language. This section documents the various lua functions and types that are provided to the configuration file. These are provided by the wezterm module that must be imported into your configuration file:

lua
local wezterm = require 'wezterm'
local config = {}
config.font = wezterm.font 'JetBrains Mono'
return config

Full List of Configuration Options

Config Options has a list of the main configuration options.