WindTerm - Tmux Integration / Common Keyboard Shortcuts
Quick Start
The keyboard shortcuts in tmux integration
mode allow you to easily select panes, select windows, split panes, and more. The shortcuts are designed to align with standard tmux keybindings as much as possible. For instance, to zoom a pane, which is usually ctrl+b Z
in tmux, you just press alt+Z
here, making it intuitive and easy to recall.
Shortcut | Action |
---|---|
Alt + B | Show Mux/Tmux Command Palette |
Alt + X | Close the current pane |
Alt + Z | Zoom the current pane |
Alt + Left Arrow | Select the left pane |
Alt + Right Arrow | Select the right pane |
Alt + Up Arrow | Select the pane above |
Alt + Down Arrow | Select the pane below |
Alt + [ | Select the previous window |
Alt + ] | Select the next winodw |
Alt + - | Split pane right |
Alt + Shift + - | Split pane left |
Alt + | | Split pane down |
Alt + Shift + | | Split pane up |
Ctrl + Shift + A | Select all text |
Ctrl + Shift + C | Copy selected text |
Ctrl + Shift + V | Paste text |
Ctrl + Shift + F | Search text |