Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

plugins.wezterm.settings

Options provided to the require('wezterm').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  create_commands = false;
}

Declared by:

plugins.wezterm.settings.create_commands

Whether to create plugin commands.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: