Launch WezTerm
After installing WezTerm, launch it from your applications menu or command line: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
PressCtrl+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) orCmd+V(macOS)
Customize Your Setup
Choose a Font
Browse available fonts: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
Configuration not loading?
Configuration not loading?
Check the configuration file location:Look for syntax errors in the output.
Font not displaying correctly?
Font not displaying correctly?
List available fonts:Verify your chosen font is installed and available.
Colors look wrong?
Colors look wrong?
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.