Skip to main content

Launch WezTerm

After installing WezTerm, launch it from your applications menu or command line:
WezTerm will start with its default configuration, providing a functional terminal immediately.

Create Your Configuration File

1

Create .wezterm.lua

Create a configuration file in your home directory:
2

Add basic configuration

Open ~/.wezterm.lua in your text editor and add:
3

Reload configuration

WezTerm automatically reloads when you save the configuration file. You’ll see your changes applied immediately.

Essential Features

Tabs and Panes

Create and navigate multiple terminals within one window:

Search Scrollback

Press Ctrl+Shift+F to search through your terminal history.

Copy and Paste

  • Select text with your mouse, it’s automatically copied
  • Paste with Ctrl+Shift+V (Linux/Windows) or Cmd+V (macOS)

Customize Your Setup

Choose a Font

Browse available fonts:
Then configure your preferred font:

Pick a Color Scheme

WezTerm includes 700+ color schemes. Some popular options:

Adjust Window Size

Enable Transparency

Example Configuration

Here’s a complete starter configuration:

Next Steps

Configuration Guide

Learn about all configuration options

Key Bindings

Customize keyboard shortcuts

Features

Explore advanced features

Lua API

Deep dive into Lua configuration

Troubleshooting

Check the configuration file location:
Look for syntax errors in the output.
List available fonts:
Verify your chosen font is installed and available.
Ensure your color scheme name is correct:
Browse available schemes in the WezTerm source or documentation.
Press Ctrl+Shift+L to show the debug overlay with detailed configuration information.