## Install https://wezterm.org/installation.html ## Copy / Paste Copy / paste can be frustrating on WezTerm. On Windows, `Ctrl + c` and `Ctrl + v` don't copy and paste. There are other built-in keystrokes for it, the most convenient probably being `Ctrl + Shift + c` and `Ctrl + Shift + v`. ## Config Locations You may need to create the file if it doesn't yet exist. - MacOS - `~/.config/wezterm/wezterm.lua` - Windows - `/Users/<User>/.config/wezterm/wezterm.lua` ## Set Font [[Install Font on MacOS | Install your font]], then in the config: ```lua return { font = wezTerm.font("Font File"), font_size = 14.0, } ``` ## Competitors / Alternatives - kitty - iTerm2 ## See Also [[Set WSL As Shell for WezTerm in Windows]] [[WezTerm Commands]]