Panes
An open command prompt (known as “pseudo-terminal”), which may occupy the entire screen or appear horizontally/vertically stacked.
Command | Description |
| |
| Switch to pane by number |
| Go to next pane |
| Zoom in/out of pane |
| Convert pane into new window |
| Split vertically |
| Split horizontally |
| Switch to right pane |
| Switch to left pane |
| Switch to upper pane |
| Switch to lower pane |
| Toggle last active pane |
| Toggle between pane layouts |
| Move current pane leftward |
| Move current pane rightward |
| Kill / Close current pane |
| |
| Move the boundary of the pane leftwards by 5 lines. Direction flags: -U upwards -D downwards -L leftwards -R rightwards |
M # M: meta key; ALT for Linux, ESC for macOS#: 1, 2, 3, 4, 5 | Splitting panes in a designated form: #=1: uniform vertical split #=2: uniform horizontal split #=3: horizontal split, main pane on top, others on bottom, vertically split, all same width #=4: vertical split, main pane left, others right, horizontally split, all same height #=5: tile, new panes on bottom, same height before same width |
Last updated