See: key bindings for usage
:bulb: Only works if the
front_end
option is set toWebGpu
.
A small utility to select the best GPU + Adapter (graphics API) combo for your machine.
GPU + Adapter combo is selected based on the following criteria:
Minimum Version: 20240127-113634-bbcac864
Recommended Version: Nightly
Windows
:bulb:
Toast notifications don't work in non-portable installations.
See issue https://github.com/wez/wezterm/issues/5166 for more details
MacOS
Linux
Refer to the Linux installation page.
https://wezfurlong.org/wezterm/install/linux.html
Install with Homebrew (Macos)
brew tap homebrew/cask-fonts
brew install font-jetbrains-mono-nerd-font
Install with Scoop (Windows)
scoop bucket add nerd-fonts
scoop install JetBrainsMono-NF
More Info:
# On Windows and Unix systems
git clone https://github.com/KevinSilvester/wezterm-config.git ~/.config/wezterm
Most of the key bindings revolve around a SUPER and SUPER_REV(super reversed) keys.
To avoid confusion when switching between different OS and to avoid conflicting
with OS's built-in keyboard shortcuts.
Keys | Action |
---|---|
F1 | ActivateCopyMode |
F2 | ActivateCommandPalette |
F3 | ShowLauncher |
F4 | ShowLauncher (tabs only) |
F5 | ShowLauncher (workspaces only) |
F11 | ToggleFullScreen |
F12 | ShowDebugOverlay |
SUPER+f | Search Text |
SUPER_REV+u | Open URL |
Keys | Action |
---|---|
Ctrl+Shift+c | Copy to Clipboard |
Ctrl+Shift+v | Paste from Clipboard |
Keys | Action |
---|---|
SUPER+LeftArrow | Move cursor to Line Start |
SUPER+RightArrow | Move cursor to Line End |
SUPER+Backspace | Clear Line (does not work in PowerShell or cmd) |
Keys | Action |
---|---|
SUPER+t | SpawnTab (DefaultDomain) |
SUPER_REV+f | SpawnTab (WSL:Ubuntu) |
SUPER_REV+w | CloseCurrentTab |
Keys | Action |
---|---|
SUPER+[ | Next Tab |
SUPER+] | Previous Tab |
SUPER_REV+[ | Move Tab Left |
SUPER_REV+] | Move Tab Right |
Keys | Action |
---|---|
SUPER+9 | Toggle tab bar |
Keys | Action |
---|---|
SUPER+0 | Rename Current Tab |
SUPER_REV+0 | Undo Rename |
Keys | Action |
---|---|
SUPER+n | SpawnWindow |
SUPER+= | Increase Window Size |
SUPER+- | Decrease Window Size |
Keys | Action |
---|---|
SUPER+\ | SplitVertical (CurrentPaneDomain) |
SUPER_REV+\ | SplitHorizontal (CurrentPaneDomain) |
Keys | Action |
---|---|
SUPER+Enter | TogglePaneZoomState |
SUPER+w | CloseCurrentPane |
Keys | Action |
---|---|
SUPER_REV+k | Move to Pane (Up) |
SUPER_REV+j | Move to Pane (Down) |
SUPER_REV+h | Move to Pane (Left) |
SUPER_REV+l | Move to Pane (Right) |
SUPER_REV+p | Swap with selected Pane |
Keys | Action |
---|---|
SUPER+u | Scroll Lines up 5 lines |
SUPER+d | Scroll Lines down 5 lines |
PageUp | Scroll Page up |
PageDown | Scroll Page down |
Keys | Action |
---|---|
SUPER+/ | Select Random Image |
SUPER+, | Cycle to next Image |
SUPER+. | Cycle to previous Image |
SUPER_REV+/ | Fuzzy select Image |
SUPER+b | Toggle background focus mode |
Keys | Action |
---|---|
LEADER+f | resize_font |
LEADER+p | resize_pane |
resize_font
Keys | Action |
---|---|
k | IncreaseFontSize |
j | DecreaseFontSize |
r | ResetFontSize |
q | PopKeyTable (exit) |
Esc | PopKeyTable (exit) |
resize_pane
Keys | Action |
---|---|
k | AdjustPaneSize (Direction: Up) |
j | AdjustPaneSize (Direction: Down) |
h | AdjustPaneSize (Direction: Left) |
l | AdjustPaneSize (Direction: Right) |
q | PopKeyTable (exit) |
Esc | PopKeyTable (exit) |