========================== WezTerm keyboard shortcuts ========================== First published at 1/18/2024 on https://defkey.com/wezterm-terminal-shortcuts WezTerm is a free and open-source terminal emulator that supports multiple operating systems including Windows, Linux, and macOS. WezTerm has features such as a tabbed, split-pane interface, advanced filtering, and search, GPU-accelerated rendering, and customization options. It was developed in Rust programming language. WezTerm has 72 shortcuts and we have listed all of them below. General ------- Super + C Copy to clipboard Super + V Paste from clipboard Ctrl + Shift + C Copy to clipboard Ctrl + Shift + V Paste from clipboard Ctrl + Insert Copy to Primary Selection (Since: Version 20210203-095643-70a364eb) Shift + Insert Paste from Primary Selection Super + M Hide Super + N Spawn window Ctrl + Shift + N Spawn window Alt + Enter Toggle full screen Super + - Decrease font size Ctrl + - Decrease font size Super + = Increase font size Ctrl + = Increase font size Super + 0 Reset font size Ctrl + 0 Reset font size Super + T Spawn tab: Current Pane Domain Ctrl + Shift + T Spawn tab: Current Pane Domain Super + Shift + T Spawn tab: Default Domain Super + W Close current tab Super + 1 Activate tab 0 Super + 2 Activate tab 1 Super + 3 Activate tab 2 Super + 4 Activate tab 3 Super + 5 Activate tab 4 Super + 6 Activate tab 5 Super + 7 Activate tab 6 Super + 8 Activate tab 7 Super + 9 Activate tab 1 Ctrl + Shift + W Close current tab Ctrl + Shift + 1 Activate tab 0 Ctrl + Shift + 2 Activate tab 1 Ctrl + Shift + 3 Activate tab 2 Ctrl + Shift + 4 Activate tab 3 Ctrl + Shift + 5 Activate tab 4 Ctrl + Shift + 6 Activate tab 5 Ctrl + Shift + 7 Activate tab 6 Ctrl + Shift + 8 Activate tab 7 Ctrl + Shift + 9 Activate tab -1 Super + Shift + [ Activate tab relative -1 Ctrl + Shift + Tab Activate tab relative -1 Ctrl + Page Up Activate tab relative -1 Super + Shift + ] Activate tab relative 1 Ctrl + Tab Activate tab relative 1 Ctrl + Page Down Activate tab relative 1 Ctrl + Shift + Page Up Move tab relative -1 Ctrl + Shift + Page Down Move tab relative 1 Shift + Page Up Scroll by page -1 Shift + Page Down Scroll by page 1 Super + R Reload configuration Ctrl + Shift + R Reload configuration Super + H Hide application (macOS only) Super + K Clear scrollback: Scrollback only Ctrl + Shift + K Clear scrollback: Scrollback only Ctrl + Shift + L Show debug overlay (Since: Version 20210814-124438-54e29167) Ctrl + Shift + P Activate command palette (Since: Version 20230320-124340-559cb7b0) Ctrl + Shift + U Char select (Since: Version 20220903-194523-3bb1ed61) Super + F Search: Case sensitive string="" Ctrl + Shift + F Search: Case sensitive string="" Ctrl + Shift + X Activate copy mode Ctrl + Shift + Space Quick select (Since: Version 20210502-130208-bff6815d) Ctrl + Shift + Alt + " Split vertical: domain: CurrentPaneDomain Ctrl + Shift + Alt + % Split horizontal: domain: CurrentPaneDomain Ctrl + Shift + Alt + Left arrow AdjustPaneSize={"Left", 1} Ctrl + Shift + Alt + Right arrow AdjustPaneSize={"Right", 1} Ctrl + Shift + Alt + Up arrow AdjustPaneSize={"Up", 1} Ctrl + Shift + Alt + Down arrow AdjustPaneSize={"Down", 1} Ctrl + Shift + Left arrow ActivatePaneDirection="Left" Ctrl + Shift + Right arrow ActivatePaneDirection="Right" Ctrl + Shift + Up arrow ActivatePaneDirection="Up" Ctrl + Shift + Down arrow ActivatePaneDirection="Down" Ctrl + Shift + Z Toggle pane zoom state Source: wezfurlong.org Last modified on (UTC): Thursday, January 18, 2024 Defkey © All rights reserved.